Sdílet prostřednictvím


VCPlatform2.GetAlternatePlatformNames – metoda

Obor názvů:  Microsoft.VisualStudio.VCProjectEngine
Sestavení:  Microsoft.VisualStudio.VCProjectEngine (v Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Deklarace
Sub GetAlternatePlatformNames ( _
    celt As UInteger, _
    <OutAttribute> ByRef rgbstr As String, _
    <OutAttribute> ByRef pcActual As UInteger _
)
void GetAlternatePlatformNames(
    uint celt,
    out string rgbstr,
    out uint pcActual
)
void GetAlternatePlatformNames(
    [InAttribute] unsigned int celt, 
    [InAttribute] [OutAttribute] String^% rgbstr, 
    [OutAttribute] unsigned int% pcActual
)
abstract GetAlternatePlatformNames : 
        celt:uint32 * 
        rgbstr:string byref * 
        pcActual:uint32 byref -> unit
function GetAlternatePlatformNames(
    celt : uint, 
    rgbstr : String, 
    pcActual : uint
)

Parametry

  • celt
    Typ: UInt32
  • rgbstr
    Typ: String%
  • pcActual
    Typ: UInt32%

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

VCPlatform2 Rozhraní

Microsoft.VisualStudio.VCProjectEngine – obor názvů