言語

ConfigProvider.IVsCfgProvider2.DeleteCfgsOfPlatformName(String) メソッド

定義

インターオペーパープロバイダー。

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsCfgProvider2.DeleteCfgsOfPlatformName(System::String ^ platformName) = Microsoft::VisualStudio::Shell::Interop::IVsCfgProvider2::DeleteCfgsOfPlatformName;
int IVsCfgProvider2.DeleteCfgsOfPlatformName(string platformName);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsCfgProvider2.DeleteCfgsOfPlatformName : string -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsCfgProvider2.DeleteCfgsOfPlatformName : string -> int
Function DeleteCfgsOfPlatformName (platformName As String) As Integer Implements IVsCfgProvider2.DeleteCfgsOfPlatformName

パラメーター

platformName
String

プラットフォーム名を指定する文字列です。

返品

整数値。

実装

適用対象