UIElement3DAutomationPeer.GetLabeledByCore Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.