C# Class System.Windows.Automation.Peers.TreeViewItemAutomationPeer

Inheritance: System.Windows.Automation.Peers.ItemsControlAutomationPeer, IExpandCollapseProvider, ISelectionItemProvider, IScrollItemProvider
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Private Properties

Свойство Type Description
IExpandCollapseProvider void
IScrollItemProvider void
ISelectionItemProvider void
RaiseAutomationIsSelectedChanged void
RaiseExpandCollapseAutomationEvent void

Méthodes publiques

Méthode Description
TreeViewItemAutomationPeer ( System.Windows.Controls.TreeViewItem owner ) : System.Diagnostics.CodeAnalysis

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

Méthodes protégées

Méthode Description
GetAutomationControlTypeCore ( ) : AutomationControlType

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

GetClassNameCore ( ) : string

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

GetPatternCore ( PatternInterface patternInterface ) : object

Gets the control pattern for the T:WinRTXamlToolkit.Controls.TreeViewItem that is associated with this T:System.Windows.Automation.Peers.TreeViewItemAutomationPeer.

Private Methods

Méthode Description
IExpandCollapseProvider ( ) : void

Displays all child nodes, controls, or content of the control.

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

IScrollItemProvider ( ) : void

Scrolls the content area of a container object in order to display the control within the visible region (viewport) of the container.

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

ISelectionItemProvider ( ) : void

Adds the current element to the collection of selected items.

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

RaiseAutomationIsSelectedChanged ( bool isSelected ) : void

Raise the IsSelected property changed event.

RaiseExpandCollapseAutomationEvent ( bool oldValue, bool newValue ) : void

Raise an automation event when a TreeViewItem is expanded or collapsed.

Method Details

GetAutomationControlTypeCore() protected méthode

Gets the control type for the T:WinRTXamlToolkit.Controls.TreeViewItem that is associated with this T:System.Windows.Automation.Peers.TreeViewItemAutomationPeer. This method is called by M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType.
protected GetAutomationControlTypeCore ( ) : AutomationControlType
Résultat AutomationControlType

GetClassNameCore() protected méthode

Gets the name of the T:WinRTXamlToolkit.Controls.TreeViewItem that is associated with this T:System.Windows.Automation.Peers.TreeViewItemAutomationPeer. This method is called by M:System.Windows.Automation.Peers.AutomationPeer.GetClassName.
protected GetClassNameCore ( ) : string
Résultat string

GetPatternCore() protected méthode

Gets the control pattern for the T:WinRTXamlToolkit.Controls.TreeViewItem that is associated with this T:System.Windows.Automation.Peers.TreeViewItemAutomationPeer.
protected GetPatternCore ( PatternInterface patternInterface ) : object
patternInterface PatternInterface /// One of the enumeration values. ///
Résultat object

TreeViewItemAutomationPeer() public méthode

Initializes a new instance of the T:System.Windows.Automation.Peers.TreeViewItemAutomationPeer class.
public TreeViewItemAutomationPeer ( System.Windows.Controls.TreeViewItem owner ) : System.Diagnostics.CodeAnalysis
owner System.Windows.Controls.TreeViewItem /// The instance /// to associate with this /// . ///
Résultat System.Diagnostics.CodeAnalysis