AutomationElement.AutomationElementInformation.HelpText 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與項目相關的說明文字。
public:
property System::String ^ HelpText { System::String ^ get(); };
public string HelpText { get; }
member this.HelpText : string
Public ReadOnly Property HelpText As String
屬性值
項目的工具提示說明文字。
備註
如需詳細資訊,請參閱HelpTextProperty。