ViewHandler.HasContainer 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示 是否 PlatformView 包含在视图中。
public:
property bool HasContainer { bool get(); void set(bool value); };
public bool HasContainer { get; set; }
member this.HasContainer : bool with get, set
Public Property HasContainer As Boolean
属性值
实现
注解
如果 设置为 true
, SetupContainer() 则调用 以设置容器视图。 如果设置为 false
, RemoveContainer() 则调用 以删除当前容器视图。