VCCodeVariable.Comment 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置与代码元素关联的注释。
public:
property System::String ^ Comment { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ Comment { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(40)]
public string Comment { [System.Runtime.InteropServices.DispId(40)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; [System.Runtime.InteropServices.DispId(40)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] set; }
[<System.Runtime.InteropServices.DispId(40)>]
[<get: System.Runtime.InteropServices.DispId(40)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
[<set: System.Runtime.InteropServices.DispId(40)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.Comment : string with get, set
Public Property Comment As String
属性值
与代码元素关联的注释。
- 属性
注解
Comment 设置或返回标题注释。 返回时,文本不包含任何注释语法。 注释文本派生自包含代码元素的源文档。 收集的标头注释行的数目因编写注释所采用的语言而异。
如果设置此参数,则将 Comment 尝试通过使用面向行的语法和带分隔符的语法来维护任何现有注释的样式,方法是通过维护注释是否涉及代码元素或用空行分隔,等等。