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)

property bool IsMCOldSyntax {
	bool get();
}

Property Value

Type: System::Boolean

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

Return to top
Show: