Udostępnij za pośrednictwem


UIElement3DAutomationPeer.GetLabeledByCore Metoda

Definicja

Zwraca element AutomationPeer elementu, który jest przeznaczony UIElement3D dla tego UIElement3DAutomationPeerelementu . Ta metoda jest wywoływana przez GetLabeledBy()metodę .

protected:
 override System::Windows::Automation::Peers::AutomationPeer ^ GetLabeledByCore();
protected override System.Windows.Automation.Peers.AutomationPeer GetLabeledByCore ();
override this.GetLabeledByCore : unit -> System.Windows.Automation.Peers.AutomationPeer
Protected Overrides Function GetLabeledByCore () As AutomationPeer

Zwraca

Element AutomationPeer dla elementu, który jest przeznaczony UIElement3D dla tego UIElement3DAutomationPeerelementu .

Uwagi

Ta metoda wywołuje metodę GetLabeledBy w celu uzyskania wartości. GetLabeledBy zwraca wartość tylko wtedy, gdy właściwość jest ustawiona AutomationProperties.LabeledBy . Możesz zastąpić GetLabeledByCore i dodać logikę, aby zapewnić AutomationPeer 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