VCFileCodeModel.IsMCOldSyntax Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the file was compiled using the old syntax.
public:
property bool IsMCOldSyntax { bool get(); };
public:
property bool IsMCOldSyntax { bool get(); };
[System.Runtime.InteropServices.DispId(607)]
public bool IsMCOldSyntax { [System.Runtime.InteropServices.DispId(607)] get; }
[<System.Runtime.InteropServices.DispId(607)>]
[<get: System.Runtime.InteropServices.DispId(607)>]
member this.IsMCOldSyntax : bool
Public ReadOnly Property IsMCOldSyntax As Boolean
Property Value
true if the file was compiled using the old syntax; otherwise, false.
- Attributes