C# Класс System.Windows.Automation.Peers.TreeViewAutomationPeer

Наследование: System.Windows.Automation.Peers.ItemsControlAutomationPeer, ISelectionProvider
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ISelectionProvider System.Windows.Automation.Provider.IRawElementProviderSimple[]

Открытые методы

Метод Описание
TreeViewAutomationPeer ( System.Windows.Controls.TreeView owner ) : System.Collections.Generic

Initializes a new instance of the T:System.Windows.Automation.Peers.TreeViewAutomationPeer class.

Защищенные методы

Метод Описание
GetAutomationControlTypeCore ( ) : AutomationControlType

Gets the control type for the T:WinRTXamlToolkit.Controls.TreeView that is associated with this T:System.Windows.Automation.Peers.TreeViewAutomationPeer. This method is called by M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType.

GetClassNameCore ( ) : string

Gets the name of the T:WinRTXamlToolkit.Controls.TreeView that is associated with T:System.Windows.Automation.Peers.TreeViewAutomationPeer. This method is called by M:System.Windows.Automation.Peers.AutomationPeer.GetClassName.

GetPatternCore ( PatternInterface patternInterface ) : object

Gets a control pattern for the T:WinRTXamlToolkit.Controls.TreeView that is associated with this T:System.Windows.Automation.Peers.TreeViewAutomationPeer.

Приватные методы

Метод Описание
ISelectionProvider ( ) : System.Windows.Automation.Provider.IRawElementProviderSimple[]

Retrieves a UI automation provider for each child element that is selected.

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Описание методов

GetAutomationControlTypeCore() защищенный Метод

Gets the control type for the T:WinRTXamlToolkit.Controls.TreeView that is associated with this T:System.Windows.Automation.Peers.TreeViewAutomationPeer. This method is called by M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType.
protected GetAutomationControlTypeCore ( ) : AutomationControlType
Результат AutomationControlType

GetClassNameCore() защищенный Метод

Gets the name of the T:WinRTXamlToolkit.Controls.TreeView that is associated with T:System.Windows.Automation.Peers.TreeViewAutomationPeer. This method is called by M:System.Windows.Automation.Peers.AutomationPeer.GetClassName.
protected GetClassNameCore ( ) : string
Результат string

GetPatternCore() защищенный Метод

Gets a control pattern for the T:WinRTXamlToolkit.Controls.TreeView that is associated with this T:System.Windows.Automation.Peers.TreeViewAutomationPeer.
protected GetPatternCore ( PatternInterface patternInterface ) : object
patternInterface PatternInterface /// One of the enumeration values that indicates the control pattern. ///
Результат object

TreeViewAutomationPeer() публичный Метод

Initializes a new instance of the T:System.Windows.Automation.Peers.TreeViewAutomationPeer class.
public TreeViewAutomationPeer ( System.Windows.Controls.TreeView owner ) : System.Collections.Generic
owner System.Windows.Controls.TreeView /// The to associate /// with the /// . ///
Результат System.Collections.Generic