VCPlatform2.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 不支持索引属性。

参数

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

VCPlatform2 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间