FrameworkContentElementAutomationPeer.GetAutomationIdCore Metodo

Definizione

Ottiene la stringa che identifica in modo univoco l'oggetto FrameworkContentElement associato a ContentElementAutomationPeer. Questo metodo viene chiamato da GetAutomationId().

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

Restituisce

Stringa che identifica in modo univoco l'oggetto FrameworkContentElement.

Si applica a

Vedi anche