共用方式為


AutomationProperties.HelpTextProperty 屬性

定義

識別 AutomationProperties.HelpText 附加屬性,這是與自動化專案相關聯的解說文字字串。

public:
 static property DependencyProperty ^ HelpTextProperty { DependencyProperty ^ get(); };
static DependencyProperty HelpTextProperty();
public static DependencyProperty HelpTextProperty { get; }
var dependencyProperty = AutomationProperties.helpTextProperty;
Public Shared ReadOnly Property HelpTextProperty As DependencyProperty

屬性值

AutomationProperties.HelpText附加屬性的識別碼。

備註

HelpText屬性通常是從與 專案相關聯的工具提示文字取得。 屬性也可以支援預留位置文字出現在編輯或清單控制項中。 例如,「在這裡輸入文字以供搜尋」是一個適合的候選項目,適用于在使用者實際輸入之前放置文字的編輯控制項的 HelpText 屬性。 不過,它不適用於編輯控制項的名稱屬性。

支援 HelpText 時,字串必須符合應用程式 UI 語言或作業系統預設 UI 語言。

適用於