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

속성 값

주석 텍스트가 들어 있는 문자열입니다.

설명

이 속성의 텍스트에는 줄 바꿈이 포함되어서는 안 됩니다. 여러 줄이 필요한 경우 여러 CodeComment 개체를 정의해야 합니다.

적용 대상