VCCodeBase.IsVirtual 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 whether the parent object is virtual.
public:
property bool IsVirtual { bool get(); void set(bool value); };
public:
property bool IsVirtual { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(581)]
public bool IsVirtual { [System.Runtime.InteropServices.DispId(581)] get; [System.Runtime.InteropServices.DispId(581)] set; }
[<System.Runtime.InteropServices.DispId(581)>]
[<get: System.Runtime.InteropServices.DispId(581)>]
[<set: System.Runtime.InteropServices.DispId(581)>]
member this.IsVirtual : bool with get, set
Public Property IsVirtual As Boolean
Property Value
true if the parent object is virtual; otherwise, false.
- Attributes