Windows.UI.Xaml.Automation.Peers namespace

Expand
This topic has not yet been rated - Rate this topic

Windows.UI.Xaml.Automation.Peers namespace

[This documentation is preliminary and is subject to change.]

Contains automation peers for controls and base classes.

Members

The Windows.UI.Xaml.Automation.Peers namespace has these types of members:

Classes

The Windows.UI.Xaml.Automation.Peers namespace has these classes.

ClassDescription
AppBarAutomationPeer Exposes AppBar types to UI Automation.
AutomationPeer Provides a base class that exposes an automation peer for an associated class to UI Automation.
ButtonAutomationPeer Exposes Button types to UI Automation.
ButtonBaseAutomationPeer Represents a base class for exposing classes derived from ButtonBase to UI Automation.
CaptureElementAutomationPeer Exposes CaptureElement types to UI Automation.
CheckBoxAutomationPeer Exposes CheckBox types to UI Automation.
ComboBoxAutomationPeer Exposes ComboBox types to UI Automation.
ComboBoxItemAutomationPeer Exposes the ComboBoxItem contents in a ComboBox to UI Automation.
ComboBoxItemDataAutomationPeer Exposes the data content of a ComboBoxItem to UI Automation.
FlipViewAutomationPeer Exposes FlipView types to UI Automation.
FlipViewItemAutomationPeer Exposes a FlipViewItem to UI Automation.
FlipViewItemDataAutomationPeer Exposes the data content of a FlipViewItem to UI Automation.
FrameworkElementAutomationPeer Exposes FrameworkElement derived types (including all controls) to UI Automation.
GridViewAutomationPeer Exposes GridView types to UI Automation.
GridViewItemAutomationPeer Exposes a GridViewItem to UI Automation.
GridViewItemDataAutomationPeer Exposes GridView items to UI Automation, using a data representation of the item so that the peer supports scrolling to that item with data awareness.
GroupItemAutomationPeer Exposes a GroupItem to UI Automation.
HyperlinkButtonAutomationPeer Exposes HyperlinkButton types to UI Automation.
ImageAutomationPeer Exposes Image types to UI Automation.
ItemAutomationPeer Exposes a data item in an Items collection to UI Automation.
ItemsControlAutomationPeer Exposes ItemsControl types to UI Automation.
ListBoxAutomationPeer Exposes ListBox types to UI Automation.
ListBoxItemAutomationPeer Exposes the items in the Items collection of a ListBox to UI Automation.
ListBoxItemDataAutomationPeer Exposes ListBox items to UI Automation, using a data representation of the item so that the peer supports scrolling to that item with data awareness.
ListViewAutomationPeer Exposes ListView types to UI Automation.
ListViewBaseAutomationPeer A base class that provides a UI Automation peer implementation for types that derive from ListViewBase.
ListViewItemAutomationPeer Exposes a ListViewItem to UI Automation.
ListViewItemDataAutomationPeer Exposes ListView items to UI Automation, using a data representation of the item so that the peer supports scrolling to that item with data awareness.
MediaElementAutomationPeer Exposes MediaElement types to UI Automation.
PasswordBoxAutomationPeer Exposes PasswordBox types to UI Automation.
ProgressBarAutomationPeer Exposes ProgressBar types to UI Automation.
ProgressRingAutomationPeer Exposes ProgressRing types to UI Automation.
RadioButtonAutomationPeer Exposes RadioButton types to UI Automation.
RangeBaseAutomationPeer A base class that provides a UI Automation peer implementation for types that derive from RangeBase.
RepeatButtonAutomationPeer Exposes RepeatButton types to UI Automation.
RichEditBoxAutomationPeer Exposes RichEditBox types to UI Automation.
RichTextBlockAutomationPeer Exposes RichTextBlock types to UI Automation.
RichTextBlockOverflowAutomationPeer Exposes RichTextBlockOverflow types to UI Automation.
ScrollBarAutomationPeer Exposes ScrollBar types to UI Automation.
ScrollViewerAutomationPeer Exposes ScrollViewer types to UI Automation.
SelectorAutomationPeer A base class that provides a UI Automation peer implementation for types that derive from Selector.
SelectorItemAutomationPeer Exposes the items in a Selector to UI Automation.
SemanticZoomAutomationPeer Exposes SemanticZoom types to UI Automation.
SliderAutomationPeer Exposes Slider types to UI Automation.
TextBlockAutomationPeer Exposes TextBlock types to UI Automation.
TextBoxAutomationPeer Exposes TextBox types to UI Automation.
ThumbAutomationPeer Exposes Thumb types to UI Automation.
ToggleButtonAutomationPeer Exposes ToggleButton types to UI Automation.
ToggleSwitchAutomationPeer Exposes ToggleSwitch types to UI Automation.

 

Enumerations

The Windows.UI.Xaml.Automation.Peers namespace has these enumerations.

EnumerationDescription
AutomationControlType Specifies the control type that is exposed to the UI Automation client.
AutomationEvents Specifies the event that is raised by the element through the associated AutomationPeer.
AutomationOrientation Specifies the orientation direction in which a control can be presented.
PatternInterface Specifies the control pattern that the GetPattern method returns.

 

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Automation.Peers
Windows::UI::Xaml::Automation::Peers [C++]

Metadata

Windows.winmd

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD