TreeViewItem.IHierarchicalVirtualizationAndScrollInfo.InBackgroundLayout 属性

定义

获取指示控件的布局传递是否出现在较低优先级中的值。

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

属性值

Boolean

如果控件的布局通行出现在较低优先级,则为 true;否则为 false

实现

注解

此成员是显式接口成员的实现。 它只能在 TreeViewItem 实例被强制转换为 IHierarchicalVirtualizationAndScrollInfo 接口时使用。

适用于