VCCodeStruct.IsSealed - свойство
Sets or gets if the __sealed keyword is applied to the parent object.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
Property IsSealed As Boolean
'Применение
Dim instance As VCCodeStruct
Dim value As Boolean
value = instance.IsSealed
instance.IsSealed = value
bool IsSealed { get; set; }
property bool IsSealed {
bool get ();
void set (bool value);
}
function get IsSealed () : boolean
function set IsSealed (value : boolean)
Значение свойства
Тип: System.Boolean
true if the __sealed keyword is applied to the parent object; otherwise, false.
Заметки
For more information, see __sealed.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.