次の方法で共有


Comment.Done プロパティ

定義

指定したコメントが閉じられたとマークされている場合に値が true であるブール値 (C#ではブール値) を設定または返します。 読み取り/書き込み。

public:
 property bool Done { bool get(); void set(bool value); };
public bool Done { get; set; }
member this.Done : bool with get, set
Public Property Done As Boolean

プロパティ値

適用対象