ConfigProvider.IVsCfgProvider2.GetSupportedPlatformNames 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
互操作提供程序。
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[]
一个指定实际名称的整数值数组。
返回
一个整数值。