VCPlatform.PlatformMacro Property
Gets a platform specific macro.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
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 does not support indexed properties.
Parameters
Index
Type: Int32Zero based index of the macro to retrieve.
Property Value
Type: String
The textual representation of the specified macro.
.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.