ConfigurationElementCollectionBase<T>.AllowsRemove 属性

定义

获取一个值,该值指示元素名称是否 remove 在当前集合架构中定义。

public:
 property bool AllowsRemove { bool get(); };
public bool AllowsRemove { get; }
member this.AllowsRemove : bool
Public ReadOnly Property AllowsRemove As Boolean

属性值

trueremove如果在当前集合架构中定义了元素名称,则为 ;否则为 false

适用于