Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: System.UInt32
- rgbstr
Type: System.String%
- pcActual
Type: System.UInt32%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.