Comment.Done 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置 C# ) 如果指定的注释已标记为关闭,则返回或设置一个 bool (布尔值。 读写。
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