Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.