ConfigProvider.IVsCfgProvider2.AddCfgsOfPlatformName(String, String) 方法

定義

Interop 提供者。

 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

參數

platformName
String

指定平台名稱的字串值。

clonePlatformName
String

字串值,指定平台名稱的複製。

傳回

Int32

整數值。

實作

適用於