次の方法で共有


Annotation.Comment プロパティ

定義

コメント テキストを取得または設定します。

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

プロパティ値

コメント テキストを表す String

属性

適用対象