ConfigProvider.IVsCfgProvider2.GetSupportedPlatformNames Metodo

Definizione

Fornitore di interoperabilità.

 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

Parametri

namesNumber
UInt32

Un valore intero che specifica il numero del nome.

names
String[]

Un array di valori di stringhe che specificano i nomi.

actualNames
UInt32[]

Un array di valori interi che specificano i nomi effettivi.

Valori restituiti

Valore intero.

Implementazioni

Si applica a