VCCodeFunction.IsVirtual Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob das übergeordnete Objekt virtuell ist

public:
 property bool IsVirtual { bool get(); void set(bool value); };
public:
 property bool IsVirtual { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(580)]
public bool IsVirtual { [System.Runtime.InteropServices.DispId(580)] get; [System.Runtime.InteropServices.DispId(580)] set; }
[<System.Runtime.InteropServices.DispId(580)>]
[<get: System.Runtime.InteropServices.DispId(580)>]
[<set: System.Runtime.InteropServices.DispId(580)>]
member this.IsVirtual : bool with get, set
Public Property IsVirtual As Boolean

Eigenschaftswert

Boolean

true, wenn das übergeordnete Objekt virtuell ist, andernfalls false.

Attribute

Gilt für