Collection.Remove 属性

定义

指定一个标志,指示是否应在更新时删除此集合成员

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

属性值

如果应在更新时删除集合成员,则为 true否则为 false

属性

适用于