ConfigProvider.IVsCfgProvider2.AddCfgsOfPlatformName(String, String) Method

Definition

Interop provider.

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

Parameters

platformName
String

A string value that specifies the platform name.

clonePlatformName
String

A string value that specifies a clone of the platform name.

Returns

An integer value.

Implements

Applies to