VCCodeFunction.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 the IsSealed keyword on a function.
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
Determines whether the file containing the parent object is read only
- Attributes