VCCodeProperty.IsShared 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置或获取是否对属性设置 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
属性值
true如果该属性是共享的,则返回。
- 属性