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

'Declaration
ReadOnly Property IsMCOldSyntax As Boolean
bool IsMCOldSyntax { get; }
property bool IsMCOldSyntax {
    bool get ();
}
abstract IsMCOldSyntax : bool with get
function get IsMCOldSyntax () : boolean

Property Value

Type: Boolean
true if the file was compiled using the old syntax; otherwise, false.

.NET Framework Security

See Also

Reference

VCFileCodeModel Interface

Microsoft.VisualStudio.VCCodeModel Namespace