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
类型:System.Int32
要检索的宏的从零开始的索引。
属性值
类型:System.String
指定宏的文本表示形式。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。