VCPlatform.PlatformMacro 屬性
取得平台特有的巨集。
命名空間: Microsoft.VisualStudio.VCProjectEngine
組件: Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)
語法
'宣告
ReadOnly Property PlatformMacro ( _
Index As Integer _
) As String
string this[
int Index
] { get; }
property String^ PlatformMacro[[InAttribute] int Index] {
String^ get ([InAttribute] int Index);
}
abstract PlatformMacro :
Index:int -> string with get
JScript 不支援索引屬性。
參數
Index
類型:Int32要擷取之巨集的以零為起始的索引。
屬性值
類型:String
指定之巨集的文字表示。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。