VCCodeEnum.DocComment 屬性
取得或設定目前程式碼模型元素的文件註解。
命名空間: Microsoft.VisualStudio.VCCodeModel
組件: Microsoft.VisualStudio.VCCodeModel (在 Microsoft.VisualStudio.VCCodeModel.dll 中)
語法
'宣告
Property DocComment As String
string DocComment { get; set; }
property String^ DocComment {
String^ get ();
void set (String^ value);
}
abstract DocComment : string with get, set
function get DocComment () : String
function set DocComment (value : String)
屬性值
型別:System.String
目前程式碼模型項目的文件註解。
備註
如果程式碼中有特別的文件註解或屬性,DocComment 會將其傳回。 如果實作程式碼模型的程式語言沒有文件註解機制,或者沒有與該程式碼項目關聯的註解,則 DocComment 會傳回空字串。
注意事項 |
---|
這個屬性對於 Visual Basic 原始程式碼的程式碼項目而言是唯讀性質。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。