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

一个指定平台名称的字符串。

返回

一个整数值。

实现

适用于