VCFileCodeModel.IsMCOldSyntax Property
Gets a value indicating whether the file was compiled using the old syntax.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Декларация
ReadOnly Property IsMCOldSyntax As Boolean
Get
bool IsMCOldSyntax { get; }
property bool IsMCOldSyntax {
bool get ();
}
abstract IsMCOldSyntax : bool
function get IsMCOldSyntax () : boolean
Property Value
Type: System.Boolean
true if the file was compiled using the old syntax; otherwise, false.
.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.