Свойство | Type | Description | |
---|---|---|---|
IGridProvider | IRawElementProviderSimple | ||
IMultipleViewProvider | int[] | ||
IMultipleViewProvider | string | ||
IMultipleViewProvider | void | ||
ISelectionProvider | IRawElementProviderSimple[] | ||
ITableProvider | IRawElementProviderSimple[] | ||
RaiseDayButtonSelectionEvent | void | ||
RaiseSelectionEvents | void |
Méthode | Description | |
---|---|---|
CalendarAutomationPeer ( |
Initializes a new instance of the T:WinRTXamlToolkit.Automation.Peers.CalendarAutomationPeer class.
|
Méthode | Description | |
---|---|---|
GetAutomationControlTypeCore ( ) : AutomationControlType |
Returns the control type for the Calendar that is associated with this CalendarAutomationPeer. This method is called by GetAutomationControlType.
|
|
GetClassNameCore ( ) : string |
Returns the name of the UIElement that is associated with this FrameworkElementAutomationPeer. This method is called by GetClassName.
|
|
GetNameCore ( ) : string |
Returns the text label of the Calendar that is associated with this CalendarAutomationPeer. This method is called by GetName.
|
|
GetPatternCore ( PatternInterface patternInterface ) : object |
Gets the control pattern for this T:WinRTXamlToolkit.Automation.Peers.CalendarAutomationPeer.
|
Méthode | Description | |
---|---|---|
IGridProvider ( int row, int column ) : IRawElementProviderSimple |
Retrieves the UI automation provider for the specified cell. Grid coordinates are zero-based. The upper-left cell (or upper-right cell, depending on locale) has coordinates (0,0). If a cell is empty, a UI Automation provider must still be returned in order to support the ContainingGrid property for that cell. This is possible when the layout of child elements in the grid is similar to a ragged array. Hidden rows and columns can be loaded in the tree, depending on the provider implementation. Therefore, they will be reflected in the RowCount and ColumnCount properties. If the hidden rows and columns have not yet been loaded, they should not be counted. |
|
IMultipleViewProvider ( ) : int[] |
Retrieves a collection of control-specific view identifiers. The collection of view identifiers must be identical across instances. View identifier values can be passed to GetViewName. |
|
IMultipleViewProvider ( int viewId ) : string |
Retrieves the name of a control-specific view. View identifiers can be retrieved by using GetSupportedViews. The collection of view identifiers must be identical across instances. View names must be suitable for use in text-to-speech, Braille, and other accessible applications. |
|
IMultipleViewProvider ( int viewId ) : void |
Sets the current control-specific view. View identifiers can be retrieved by using GetSupportedViews. |
|
ISelectionProvider ( ) : IRawElementProviderSimple[] |
Retrieves a UI automation provider for each child element that is selected.
|
|
ITableProvider ( ) : IRawElementProviderSimple[] |
Gets a collection of UI automation providers that represents all the column headers in a table.
|
|
RaiseDayButtonSelectionEvent ( |
Raise an automation peer event for the selection of a day button.
|
|
RaiseSelectionEvents ( |
Raise selection AutomationEvents when the Calendar's SelectedDates collection changes.
|
public CalendarAutomationPeer ( |
||
owner |
/// The |
|
Résultat | System |
protected GetAutomationControlTypeCore ( ) : AutomationControlType | ||
Résultat | AutomationControlType |
protected GetPatternCore ( PatternInterface patternInterface ) : object | ||
patternInterface | PatternInterface | /// One of the enumeration values. /// |
Résultat | object |