ModelItemCollection.IsReadOnly 属性
定义
获取一个值,指示集合是否为只读集合。Gets a value that indicates whether the collection is read-only.
public:
abstract property bool IsReadOnly { bool get(); };
public abstract bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public MustOverride ReadOnly Property IsReadOnly As Boolean
属性值
如果不可以修改该集合,则为 true;否则为 false。true if the collection cannot be modified; otherwise, false.