C# 클래스 WinRTXamlToolkit.Automation.Peers.CalendarDayButtonAutomationPeer

Exposes T:WinRTXamlToolkit.Controls.Primitives.CalendarDayButton types to UI Automation.
상속: Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, IGridItemProvider, IInvokeProvider, ISelectionItemProvider, ITableItemProvider
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

Private Properties

프로퍼티 타입 설명
EnsureSelection bool
IInvokeProvider void
ISelectionItemProvider void
ITableItemProvider IRawElementProviderSimple[]

공개 메소드들

메소드 설명
CalendarDayButtonAutomationPeer ( CalendarDayButton owner ) : System

Initializes a new instance of the T:WinRTXamlToolkit.Automation.Peers.CalendarDayButtonAutomationPeer class.

보호된 메소드들

메소드 설명
GetAutomationControlTypeCore ( ) : AutomationControlType

Returns the control type for the CalendarDayButton that is associated with this CalendarDayButtonAutomationPeer. This method is called by GetAutomationControlType.

GetClassNameCore ( ) : string

Returns the name of the CalendarDayButton that is associated with this CalendarDayButtonAutomationPeer. This method is called by GetClassName.

GetHelpTextCore ( ) : string

Returns the string that describes the functionality of the CalendarDayButton that is associated with this CalendarDayButtonAutomationPeer. This method is called by GetHelpText.

GetLocalizedControlTypeCore ( ) : string

Returns the localized version of the control type for the owner type that is associated with this CalendarDayButtonAutomationPeer.

GetNameCore ( ) : string

Returns the text label of the CalendarDayButton that is associated with this CalendarDayButtonAutomationPeer. This method is called by GetName.

The name property can be thought of as the string of text that a user would use to explain which control is being referred to. It is important to have a textual representation for all controls in the graphical user interface (GUI) so that you can programmatically refer to the control in a localized manner. The value is settable on control instances through the AutomationProperties.Name attached property.

GetPatternCore ( PatternInterface patternInterface ) : object

Gets the control pattern implementation for this T:WinRTXamlToolkit.Automation.Peers.CalendarDayButtonAutomationPeer.

비공개 메소드들

메소드 설명
EnsureSelection ( ) : bool

Ensure selection of the CalendarDayButton is possible.

IInvokeProvider ( ) : void

Sends a request to activate the control and to initiate its single, unambiguous action.

ISelectionItemProvider ( ) : void

Adds the current element to the collection of selected items.

ITableItemProvider ( ) : IRawElementProviderSimple[]

Retrieves a collection of UI Automation providers that represent all the column headers that are associated with a table item or cell.

메소드 상세

CalendarDayButtonAutomationPeer() 공개 메소드

Initializes a new instance of the T:WinRTXamlToolkit.Automation.Peers.CalendarDayButtonAutomationPeer class.
public CalendarDayButtonAutomationPeer ( CalendarDayButton owner ) : System
owner WinRTXamlToolkit.Controls.Primitives.CalendarDayButton /// The /// /// instance that is associated with this /// . ///
리턴 System

GetAutomationControlTypeCore() 보호된 메소드

Returns the control type for the CalendarDayButton that is associated with this CalendarDayButtonAutomationPeer. This method is called by GetAutomationControlType.
protected GetAutomationControlTypeCore ( ) : AutomationControlType
리턴 AutomationControlType

GetClassNameCore() 보호된 메소드

Returns the name of the CalendarDayButton that is associated with this CalendarDayButtonAutomationPeer. This method is called by GetClassName.
protected GetClassNameCore ( ) : string
리턴 string

GetHelpTextCore() 보호된 메소드

Returns the string that describes the functionality of the CalendarDayButton that is associated with this CalendarDayButtonAutomationPeer. This method is called by GetHelpText.
protected GetHelpTextCore ( ) : string
리턴 string

GetLocalizedControlTypeCore() 보호된 메소드

Returns the localized version of the control type for the owner type that is associated with this CalendarDayButtonAutomationPeer.
protected GetLocalizedControlTypeCore ( ) : string
리턴 string

GetNameCore() 보호된 메소드

Returns the text label of the CalendarDayButton that is associated with this CalendarDayButtonAutomationPeer. This method is called by GetName.
The name property can be thought of as the string of text that a user would use to explain which control is being referred to. It is important to have a textual representation for all controls in the graphical user interface (GUI) so that you can programmatically refer to the control in a localized manner. The value is settable on control instances through the AutomationProperties.Name attached property.
protected GetNameCore ( ) : string
리턴 string

GetPatternCore() 보호된 메소드

Gets the control pattern implementation for this T:WinRTXamlToolkit.Automation.Peers.CalendarDayButtonAutomationPeer.
protected GetPatternCore ( PatternInterface patternInterface ) : object
patternInterface PatternInterface /// One of the enumeration values. ///
리턴 object