ButtonBaseAutomationPeer.GetAutomationIdCore Metodo

Definizione

Ottiene l'oggetto AutomationId per l'elemento associato a questo oggetto ButtonBaseAutomationPeer. Chiamato da GetAutomationId().

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

Restituisce

String

La stringa che contiene la proprietà AutomationId.

Commenti

Il valore dell'identificatore di automazione è la AutomationId proprietà e, se non è impostata, è la Name proprietà .

Si applica a