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

属性值

String

与代码元素关联的注释。

实现

属性

注解

Comment 设置或返回标题注释。 返回时,文本不包含任何注释语法。 文本基于语言的注释样式从源派生。

如果设置此参数,则 Comment 会通过在面向行的语法中确定注释是涉及代码元素还是由空行分隔,来尝试使用面向线的语法和分隔语法来维护任何现有注释的样式。

备注

在进行了某些类型的编辑之后,代码模型元素(例如类、结构、函数、特性、委托等)的值可能变为非确定性的,这意味着不能确定它们的值始终保持不变。

适用于