VCCodeEvent.IsVirtual - свойство
IsVirtual is true if the event was declared with the virtual keyword.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
Property IsVirtual As Boolean
'Применение
Dim instance As VCCodeEvent
Dim value As Boolean
value = instance.IsVirtual
instance.IsVirtual = value
bool IsVirtual { get; set; }
property bool IsVirtual {
bool get ();
void set (bool value);
}
function get IsVirtual () : boolean
function set IsVirtual (value : boolean)
Значение свойства
Тип: System.Boolean
true if the event was declared with the virtual keyword; otherwise, false.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.