VCCodeProperty.IsVirtual 属性

定义

设置或获取属性是否为虚拟的。

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

属性值

Boolean

true为虚拟属性返回 false ; 否则返回。

属性

适用于