ConfigProvider.IVsCfgProvider2.GetSupportedPlatformNames 方法

定义

互操作提供程序。

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsCfgProvider2.GetSupportedPlatformNames(System::UInt32 namesNumber, cli::array <System::String ^> ^ names, cli::array <System::UInt32> ^ actualNames) = Microsoft::VisualStudio::Shell::Interop::IVsCfgProvider2::GetSupportedPlatformNames;
int IVsCfgProvider2.GetSupportedPlatformNames (uint namesNumber, string[] names, uint[] actualNames);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsCfgProvider2.GetSupportedPlatformNames : uint32 * string[] * uint32[] -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsCfgProvider2.GetSupportedPlatformNames : uint32 * string[] * uint32[] -> int
Function GetSupportedPlatformNames (namesNumber As UInteger, names As String(), actualNames As UInteger()) As Integer Implements IVsCfgProvider2.GetSupportedPlatformNames

参数

namesNumber
UInt32

一个指定名称编号的整数值。

names
String[]

一个指定名称的字符串值数组。

actualNames
UInt32[]

一个指定实际名称的整数值数组。

返回

一个整数值。

实现

适用于