VirtualTypeBuilder.IsPublic 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示生成的虚拟类型是否具有公共访问修饰符。
public:
property bool IsPublic { bool get(); void set(bool value); };
public:
property bool IsPublic { bool get(); void set(bool value); };
public bool IsPublic { get; set; }
member this.IsPublic : bool with get, set
Public Property IsPublic As Boolean
属性值
true 如果虚拟类型的访问修饰符是公共的,则为;否则为 false 。