VCFileCodeModel.IsMCOldSyntax - свойство
Gets a value indicating whether the file was compiled using the old syntax.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
ReadOnly Property IsMCOldSyntax As Boolean
'Применение
Dim instance As VCFileCodeModel
Dim value As Boolean
value = instance.IsMCOldSyntax
bool IsMCOldSyntax { get; }
property bool IsMCOldSyntax {
bool get ();
}
function get IsMCOldSyntax () : boolean
Значение свойства
Тип: System.Boolean
true if the file was compiled using the old syntax; otherwise, false.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.