共用方式為


VCCodeClass.Comment 屬性

取得或設定與 VCCodeClass 相關聯的註解。

命名空間:  Microsoft.VisualStudio.VCCodeModel
組件:  Microsoft.VisualStudio.VCCodeModel (在 Microsoft.VisualStudio.VCCodeModel.dll 中)

語法

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

屬性值

類型:String
VCCodeClass 相關聯的註解。

備註

Comment 會設定或傳回標頭註解。 傳回時,這些文字並不包含任何註解語法。 註解文字係衍生自含有程式碼項目的來源文件。 所收集的標頭註解行數會因註解所用的語言而有所不同。

Comment 會在設定時,嘗試使用行導向式語法取代分隔式語法、維持行導向式語法前端的任何縮排、維持註解是要與程式碼項目接觸或是要以空白行分隔等方式,保持任何現有註解的樣式。

.NET Framework 安全性

請參閱

參考

VCCodeClass 介面

Microsoft.VisualStudio.VCCodeModel 命名空間

其他資源

如何:編譯和執行 Automation 物件模型程式碼範例