UIElementCollection.IList.IsReadOnly 属性

定义

此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构,并且不应在代码中直接使用。 有关此成员的说明,请参见 IsReadOnly

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

属性值

如果列表为只读,则为 true;否则为 false

实现

适用于