ItemAutomationPeer.GetAutomationIdCore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.