AutomationElement.AutomationElementInformation.LabeledBy 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得的項目包含此項目的文字標籤。
public:
property System::Windows::Automation::AutomationElement ^ LabeledBy { System::Windows::Automation::AutomationElement ^ get(); };
public System.Windows.Automation.AutomationElement LabeledBy { get; }
member this.LabeledBy : System.Windows.Automation.AutomationElement
Public ReadOnly Property LabeledBy As AutomationElement
屬性值
此項目是這個項目的標籤。
備註
此屬性可用來擷取下拉式方塊的靜態文字標籤。
如需詳細資訊,請參閱LabeledByProperty。