ItemCollection.IList.IsReadOnly 属性

定义

此成员支持Windows Presentation Foundation (WPF) 基础结构,不打算直接从代码使用。

property bool System::Collections::IList::IsReadOnly { bool get(); };
bool System.Collections.IList.IsReadOnly { get; }
member this.System.Collections.IList.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly

属性值

Boolean

如果 IList 为只读,则为 true;否则为 false

实现

适用于