ConfigProvider.IVsCfgProvider2.DeleteCfgsOfPlatformName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interop provider.
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
Parameters
- platformName
- String
A string that specifies the platform name.
Returns
An integer value.