Udostępnij za pośrednictwem


UIElement3DAutomationPeer.GetAutomationIdCore Metoda

Definicja

Zwraca ciąg, który jednoznacznie identyfikuje UIElement3D element skojarzony z tym UIElement3DAutomationPeerelementem . Ta metoda jest wywoływana przez GetAutomationId()metodę .

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

Zwraca

String

Ciąg, który jednoznacznie identyfikuje UIElement3D element skojarzony z tym UIElement3DAutomationPeerelementem .

Uwagi

Ta metoda wywołuje metodę AutomationProperties.GetAutomationId w celu uzyskania wartości. AutomationProperties.GetAutomationId zwraca wartość tylko wtedy, gdy właściwość jest ustawiona AutomationProperties.AutomationId . Możesz zastąpić GetAutomationIdCore i dodać logikę, aby podać identyfikator w sposób, który ma sens dla twojego elementu UIElement3D.

UIElement3DAutomationPeerjest wprowadzana w wersji .NET Framework 3.5. Aby uzyskać więcej informacji, zobacz Wersje i zależności.

Dotyczy