ConfigProvider.IVsCfgProvider2.AddCfgsOfPlatformName(String, 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.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.