AutomationPeer.GetAutomationId 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 AutomationId of the element that is associated with the automation peer.
public:
virtual Platform::String ^ GetAutomationId() = GetAutomationId;
winrt::hstring GetAutomationId();
public string GetAutomationId();
function getAutomationId()
Public Function GetAutomationId () As String
Returns
The automation identifier.