ConfigProvider.IVsCfgProvider2.GetSupportedPlatformNames 메서드

정의

Interop 공급자입니다.

 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[]

실제 이름을 지정하는 정수 값의 배열입니다.

반환

정수 값입니다.

구현

적용 대상