UIElement3DAutomationPeer.GetLabeledByCore Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce l'oggetto AutomationPeer per l'elemento destinato all'oggetto UIElement3D per UIElement3DAutomationPeer. Questo metodo viene chiamato da GetLabeledBy().
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
Restituisce
Oggetto AutomationPeer per l'elemento destinato all'oggetto UIElement3D per UIElement3DAutomationPeer.
Commenti
Questo metodo chiama il GetLabeledBy metodo per ottenere il valore. GetLabeledBy restituisce un valore solo quando la AutomationProperties.LabeledBy proprietà è impostata. È possibile eseguire l'override GetLabeledByCore e aggiungere la logica per fornire in AutomationPeer modo appropriato per UIElement3D.
UIElement3DAutomationPeer è stato introdotto in .NET Framework versione 3.5. Per altre informazioni, vedere Versioni e dipendenze.