VCCodeReference.Comment 属性

目前尚未实现。

命名空间:  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)

属性值

类型:System.String
一个批注。

.NET Framework 安全性

请参见

参考

VCCodeReference 接口

Microsoft.VisualStudio.VCCodeModel 命名空间