共用方式為


Task.Description 屬性

取得或設定這個工作的描述。

命名空間:  Microsoft.Windows.Design.Interaction
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Property Description As String
    Get
    Set
public string Description { get; set; }
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
member Description : string with get, set
function get Description () : String
function set Description (value : String)

屬性值

型別:System.String
這個工作的描述。

備註

當工作具有焦點時,編輯範圍中會使用這個屬性做為描述。

.NET Framework 安全性

請參閱

參考

Task 類別

Microsoft.Windows.Design.Interaction 命名空間

其他資源

工具架構

WPF 設計工具擴充性