Udostępnij za pośrednictwem


Metoda VCPlatform2.GetAlternatePlatformNames —

Przestrzeń nazw:  Microsoft.VisualStudio.VCProjectEngine
Zestaw:  Microsoft.VisualStudio.VCProjectEngine (w Microsoft.VisualStudio.VCProjectEngine.dll)

Składnia

'Deklaracja
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%

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

VCPlatform2 Interfejs

Przestrzeń nazw Microsoft.VisualStudio.VCProjectEngine