CodeComment.Text 属性

定义

获取或设置注释文本。

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public string Text { get; set; }
member this.Text : string with get, set
Public Property Text As String

属性值

String

包含注释文本的字符串。

注解

此属性的文本不应包含换行符。 如果需要多行,应定义多个 CodeComment 对象。

适用于