VCCodeStruct.IsSealed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets or gets if the __sealed keyword is applied to the parent object.
public:
property bool IsSealed { bool get(); void set(bool value); };
public:
property bool IsSealed { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(590)]
public bool IsSealed { [System.Runtime.InteropServices.DispId(590)] get; [System.Runtime.InteropServices.DispId(590)] set; }
[<System.Runtime.InteropServices.DispId(590)>]
[<get: System.Runtime.InteropServices.DispId(590)>]
[<set: System.Runtime.InteropServices.DispId(590)>]
member this.IsSealed : bool with get, set
Public Property IsSealed As Boolean
Property Value
true if the __sealed keyword is applied to the parent object; otherwise, false.
- Attributes
Remarks
For more information, see __sealed.