共用方式為


ModelEditingScope.Description 屬性

取得或設定群組的描述。

命名空間:  Microsoft.Windows.Design.Model
組件:  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 安全性

請參閱

參考

ModelEditingScope 類別

Microsoft.Windows.Design.Model 命名空間

其他資源

逐步解說:建立設計階段裝飾項

WPF 設計工具擴充性