UIElement3DAutomationPeer.GetAutomationIdCore Metodo

Definizione

Restituisce la stringa che identifica in modo univoco l'oggetto UIElement3D associato all'oggetto UIElement3DAutomationPeer corrente. 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

String

Stringa che identifica in modo univoco l'oggetto UIElement3D associato all'oggetto UIElement3DAutomationPeer corrente.

Commenti

Questo metodo chiama il AutomationProperties.GetAutomationId metodo per ottenere il valore. AutomationProperties.GetAutomationId restituisce un valore solo quando la AutomationProperties.AutomationId proprietà è impostata. È possibile eseguire l'override e aggiungere la logica per fornire un identificatore GetAutomationIdCore in modo appropriato per .UIElement3D

UIElement3DAutomationPeerè stato introdotto nella .NET Framework versione 3.5. Per altre informazioni, vedere Versioni e dipendenze.

Si applica a