VCCodeFunction.Comment 属性

定义

获取或设置与代码元素关联的注释。

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(45)]
public string Comment { [System.Runtime.InteropServices.DispId(45)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; [System.Runtime.InteropServices.DispId(45)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] set; }
[<System.Runtime.InteropServices.DispId(45)>]
[<get: System.Runtime.InteropServices.DispId(45)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
[<set: System.Runtime.InteropServices.DispId(45)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.Comment : string with get, set
Public Property Comment As String

属性值

String

与代码元素关联的注释。

属性

注解

Comment 设置或返回标题注释。 返回时,文本不包含任何注释语法。 注释文本派生自包含代码元素的源文档。 收集的标头注释行的数目因编写注释所采用的语言而异。

如果设置此参数,则将 Comment 尝试通过使用面向行的语法和带分隔符的语法来维护任何现有注释的样式,方法是通过维护注释是否涉及代码元素或用空行分隔,等等。

适用于