Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Déclaration
ReadOnly Property PlatformMacro ( _
Index As Integer _
) As String
Get
string this[
int Index
] { get; }
property String^ PlatformMacro[[InAttribute] int Index] {
String^ get ([InAttribute] int Index);
}
abstract PlatformMacro : string
JScript does not support indexed properties.
Parameters
- Index
Type: System.Int32
Property Value
Type: System.String
Implements
VCPlatform.PlatformMacro[Int32]
.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.