VCCodeFunction.IsVirtual Propriedade

Definição

Obtém ou define um valor que indica se o objeto pai é 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(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

Valor da propriedade

Boolean

true Se o objeto pai for virtual; caso contrário, false .

Atributos

Aplica-se a