TreeViewItem.IHierarchicalVirtualizationAndScrollInfo.InBackgroundLayout 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指示控件的布局传递是否出现在较低优先级中的值。
property bool System::Windows::Controls::Primitives::IHierarchicalVirtualizationAndScrollInfo::InBackgroundLayout { bool get(); void set(bool value); };
bool System.Windows.Controls.Primitives.IHierarchicalVirtualizationAndScrollInfo.InBackgroundLayout { get; set; }
member this.System.Windows.Controls.Primitives.IHierarchicalVirtualizationAndScrollInfo.InBackgroundLayout : bool with get, set
Property InBackgroundLayout As Boolean Implements IHierarchicalVirtualizationAndScrollInfo.InBackgroundLayout
属性值
如果控件的布局通行出现在较低优先级,则为 true
;否则为 false
。
实现
注解
此成员是显式接口成员的实现。 它只能在 TreeViewItem 实例被强制转换为 IHierarchicalVirtualizationAndScrollInfo 接口时使用。