VCFileCodeModel.IsManaged - свойство
Gets true if the ref keyword is used.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
ReadOnly Property IsManaged As Boolean
'Применение
Dim instance As VCFileCodeModel
Dim value As Boolean
value = instance.IsManaged
bool IsManaged { get; }
property bool IsManaged {
bool get ();
}
function get IsManaged () : boolean
Значение свойства
Тип: System.Boolean
true if the ref keyword is used; otherwise, false.
Заметки
The ref keyword is the equivalent to the double underscore format for keywords.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.