IElement.Description 属性

此元素的说明。

命名空间:  Microsoft.VisualStudio.Uml.Classes
程序集:  Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

语法

声明
Property Description As String
    Get
    Set
string Description { get; set; }
property String^ Description {
    String^ get ();
    void set (String^ value);
}
abstract Description : string with get, set
function get Description () : String
function set Description (value : String)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

IElement 接口

Microsoft.VisualStudio.Uml.Classes 命名空间