VirtualizingTreeViewItemAutomationPeer 类
继承层次结构
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.Automation.Peers.AutomationPeer
System.Windows.Automation.Peers.ItemAutomationPeer
System.Windows.Automation.Peers.SelectorItemAutomationPeer
System.Windows.Automation.Peers.ListBoxItemAutomationPeer
Microsoft.Internal.VisualStudio.PlatformUI.VirtualizingTreeViewItemAutomationPeer
命名空间: Microsoft.Internal.VisualStudio.PlatformUI
程序集: Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)
语法
声明
Public Class VirtualizingTreeViewItemAutomationPeer _
Inherits ListBoxItemAutomationPeer _
Implements IExpandCollapseProvider, IValueProvider
public class VirtualizingTreeViewItemAutomationPeer : ListBoxItemAutomationPeer,
IExpandCollapseProvider, IValueProvider
VirtualizingTreeViewItemAutomationPeer 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
VirtualizingTreeViewItemAutomationPeer |
页首
属性
名称 | 说明 | |
---|---|---|
Dispatcher | 获取与此 DispatcherObject 关联的 Dispatcher。 (继承自 DispatcherObject。) | |
EventsSource | 获取或设置一个 AutomationPeer,它作为来自此 AutomationPeer 的所有事件的源报告给自动化客户端。 (继承自 AutomationPeer。) | |
ExpandCollapseState | ||
IsHwndHost | 获取一个值,该值指示与此 AutomationPeer 关联的元素是否承载 Windows Presentation Foundation (WPF) 中的 hwnds。 (继承自 AutomationPeer。) | |
IsReadOnly | ||
Item | 获取与此 ItemAutomationPeer 关联的 Items 集合中的数据项。 (继承自 ItemAutomationPeer。) | |
ItemsControlAutomationPeer | 获取与包含 Items 集合的 ItemsControl 关联的 ItemsControlAutomationPeer。 (继承自 ItemAutomationPeer。) | |
Value |
页首
方法
页首
显式接口实现
名称 | 说明 | |
---|---|---|
ISelectionItemProvider.AddToSelection | 此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构并且不应直接从代码使用。 (继承自 SelectorItemAutomationPeer。) | |
ISelectionItemProvider.IsSelected | 此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构并且不应直接从代码使用。 (继承自 SelectorItemAutomationPeer。) | |
IVirtualizedItemProvider.Realize | 使虚拟项像 UI 自动化元素一样可完全访问。 (继承自 ItemAutomationPeer。) | |
ISelectionItemProvider.RemoveFromSelection | 此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构并且不应直接从代码使用。 (继承自 SelectorItemAutomationPeer。) | |
IScrollItemProvider.ScrollIntoView | 此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构并且不应直接从代码使用。 (继承自 ListBoxItemAutomationPeer。) | |
ISelectionItemProvider.Select | 此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构并且不应直接从代码使用。 (继承自 SelectorItemAutomationPeer。) | |
ISelectionItemProvider.SelectionContainer | 此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构并且不应直接从代码使用。 (继承自 SelectorItemAutomationPeer。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。