FrameworkContentElementAutomationPeer.GetLabeledByCore Metodo

Definizione

Ottiene l'oggetto LabelAutomationPeer per l'oggetto Label destinato all'oggetto FrameworkContentElement associato all'oggetto FrameworkContentElementAutomationPeer. 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

AutomationPeer

Oggetto LabelAutomationPeer per l'elemento di destinazione di Label.

Commenti

Ad esempio, se l'elemento è un ComboBox controllo , il GetLabeledBy metodo può recuperare per l'oggetto AutomationPeer Label associato ComboBoxa .

Si applica a

Vedi anche