C# 클래스 Microsoft.Silverlight.Testing.Controls.TreeViewAutomationPeer

Exposes T:Microsoft.Silverlight.Testing.Controls.TreeView types to UI automation.
상속: System.Windows.Automation.Peers.FrameworkElementAutomationPeer, ISelectionProvider
파일 보기 프로젝트 열기: garyjohnson/wpnest

Private Properties

프로퍼티 타입 설명
GetChildrenCore List
ISelectionProvider System.Windows.Automation.Provider.IRawElementProviderSimple[]

공개 메소드들

메소드 설명
GetPattern ( PatternInterface patternInterface ) : object

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

TreeViewAutomationPeer ( TreeView owner ) : System

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

보호된 메소드들

메소드 설명
GetAutomationControlTypeCore ( ) : AutomationControlType

Gets the control type for the T:Microsoft.Silverlight.Testing.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:Microsoft.Silverlight.Testing.Controls.TreeView that is associated with T:System.Windows.Automation.Peers.TreeViewAutomationPeer. This method is called by M:System.Windows.Automation.Peers.AutomationPeer.GetClassName.

비공개 메소드들

메소드 설명
GetChildrenCore ( ) : List
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:Microsoft.Silverlight.Testing.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:Microsoft.Silverlight.Testing.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

GetPattern() 공개 메소드

Gets a control pattern for the T:Microsoft.Silverlight.Testing.Controls.TreeView that is associated with this T:System.Windows.Automation.Peers.TreeViewAutomationPeer.
public GetPattern ( 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 ( TreeView owner ) : System
owner TreeView /// The to associate /// with the /// . ///
리턴 System