VCFileCodeModel.IsMCOldSyntax Property

Definition

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

Applies to