共用方式為


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 命名空間