VCPlatform2.GetAlternatePlatformNames Method

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
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
)

Parameters

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

.NET Framework Security

See Also

Reference

VCPlatform2 Interface

Microsoft.VisualStudio.VCProjectEngine Namespace