CodeInterface2.Comment 属性

定义

获取或设置与关联的注释 CodeInterface

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

属性值

String

与代码元素关联的注释。

实现

属性

注解

Comment 设置或返回标题注释。 返回时,文本不包含任何注释语法。 文本是从基于语言的注释样式的源中派生的,这是因为在多长时间内通过源收集注释作为代码元素的标头注释。

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

备注

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

适用于