共用方式為


IComment.Body 屬性

註解的文字。

命名空間:  Microsoft.VisualStudio.Uml.Classes
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

'宣告
Property Body As String
string Body { get; set; }
property String^ Body {
    String^ get ();
    void set (String^ value);
}
abstract Body : string with get, set
function get Body () : String 
function set Body (value : String)

屬性值

類型:String

.NET Framework 安全性

請參閱

參考

IComment 介面

Microsoft.VisualStudio.Uml.Classes 命名空間