ConfigProvider.IVsCfgProvider2.GetPlatformNames Method

Definition

Interop provider.

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

Parameters

configurationsNumber
UInt32

An integer value that specifies the configuration number.

platformNames
String[]

An array of string values that specify the platform names.

actualNames
UInt32[]

An array of integer values that specify the actual names.

Returns

An integer value.

Implements

Applies to