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 设计器扩展性