VCCodeEvent.IsVirtual Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
IsVirtual a la valeur true si l'événement a été déclaré avec le mot clé 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(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
Valeur de propriété
true si l'événement a été déclaré avec le mot de clé virtuel ; sinon, false.
- Attributs