BarGalleryItemAutomationPeer Class
Exposes BarGalleryItem types to UI Automation.
public class BarGalleryItemAutomationPeer : FrameworkElementAutomationPeer
- Inheritance:
- object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer object
Constructors
BarGalleryItemAutomationPeer(BarGalleryItem)
Initializes a new instance of the BarGalleryItemAutomationPeer class.
public BarGalleryItemAutomationPeer(BarGalleryItem owner)
Parameter | Type | Description |
---|---|---|
owner | BarGalleryItem | The owner element. |
Methods
GetAutomationIdCore()
Gets the string that uniquely identifies the FrameworkElement that is associated with this FrameworkElementAutomationPeer. Called by GetAutomationId().
protected override string GetAutomationIdCore()
Returns
- string:
The automation identifier for the element associated with the FrameworkElementAutomationPeer, or Empty if there isn't an automation identifier.
GetClassNameCore()
Gets the name of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetClassName().
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by GetLocalizedControlType().
GetNameCore()
Gets the text label of the ContentElement that is associated with this ContentElementAutomationPeer. Called by GetName().
protected override string GetNameCore()
Returns
- string:
The text label of the element that is associated with this automation peer.