AutomationPeer.GetLabeledByCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當 Microsoft UI 自動化用戶端呼叫 GetLabeledBy 或對等的 Microsoft UI 自動化用戶端 API 時,提供對等的行為。
protected:
virtual AutomationPeer ^ GetLabeledByCore() = GetLabeledByCore;
AutomationPeer GetLabeledByCore();
protected virtual AutomationPeer GetLabeledByCore();
function getLabeledByCore()
Protected Overridable Function GetLabeledByCore () As AutomationPeer
傳回
UIElement為目標之專案的AutomationPeer。
備註
除了使用標頭或類似的隱喻的複合資料呈現控制項之外,指定標籤的控制項行為並不常見。 在大部分情況下,應用程式會藉由將 AutomationProperties.LabeledBy 附加屬性套用至 UI 定義 XAML,在應用程式特定 UI 中的元素之間建立標籤資訊。