ItemAutomationPeer.GetAutomationIdCore Method

Definition

Gets the string that uniquely identifies the UIElement that corresponds to the data item in the Items collection that is associated with this ItemAutomationPeer.

protected:
 override System::String ^ GetAutomationIdCore();
protected override string GetAutomationIdCore ();
override this.GetAutomationIdCore : unit -> string
Protected Overrides Function GetAutomationIdCore () As String

Returns

A string that contains the UI Automation identifier.

Remarks

The value of the UI Automation identifier is the AutomationId property. If the AutomationId property is not set, the value is the Name property.

This method is called by GetAutomationId.

Applies to

See also