Поделиться через


VCPlatform2.GetAlternatePlatformNames - метод

Пространство имен:  Microsoft.VisualStudio.VCProjectEngine
Сборка:  Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)

Синтаксис

'Декларация
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
)

Параметры

  • celt
    Тип: UInt32
  • rgbstr
    Тип: String%
  • pcActual
    Тип: UInt32%

Безопасность платформы .NET Framework

См. также

Ссылки

VCPlatform2 Интерфейс

Microsoft.VisualStudio.VCProjectEngine - пространство имен