AutomationElement.AutomationElementInformation.HelpText 屬性
定義
取得與項目相關的說明文字。Gets the help text associated with the element.
public:
property System::String ^ HelpText { System::String ^ get(); };
public string HelpText { get; }
member this.HelpText : string
Public ReadOnly Property HelpText As String
屬性值
項目的工具提示說明文字。The tooltip help text for the element.
備註
如需詳細資訊,請參閱HelpTextProperty。For more information, see HelpTextProperty.