UIElementAutomationPeer.GetAutomationIdCore Methode

Definition

Ruft die Zeichenfolge ab, die das UIElement eindeutig identifiziert, das diesem UIElementAutomationPeer zugeordnet ist. Diese Methode wird von GetAutomationId() aufgerufen.

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

Gibt zurück

String

Die AutomationId, die von GetAutomationId(DependencyObject) zurückgegeben wird.

Gilt für