Annotation.Comment プロパティ

定義

コメント テキストを指定します。

public:
 property System::String ^ Comment { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public string Comment { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Comment : string with get, set
Public Property Comment As String

プロパティ値

コメント テキスト。

属性

適用対象