UIElementAutomationPeer.GetLabeledByCore Metodo

Definizione

Ottiene il AutomationPeer per l'elemento indirizzato all'elemento UIElement per questo UIElementAutomationPeer. 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

Il AutomationPeer per l'elemento indirizzato all'elemento UIElement per questo UIElementAutomationPeer.

Commenti

L'elemento UIElement di destinazione può essere un Label, ma non deve essere. Se è un Labeloggetto , impostando la Target proprietà verrà impostata automaticamente anche la LabeledBy proprietà.

Si applica a