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 オブジェクトを定義する必要があります。

適用対象