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
型別:System.UInt32
- rgbstr
型別:System.String%
- pcActual
型別:System.UInt32%
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。