VCCodeProperty.IsShared 属性

定义

设置或获取是否对属性设置 IsShared 标志。

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

属性值

Boolean

true如果该属性是共享的,则返回。

属性

适用于