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