SiteMapNodeCollection.IList.IsReadOnly 属性
定义
获取一个 Boolean 值,该值指示集合是否为只读。Gets a Boolean value indicating whether the collection is read-only. 有关此成员的说明,请参见 IsReadOnly。For a description of this member, see 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 是只读的,则为 SiteMapNodeCollection;否则为 false。true if the SiteMapNodeCollection is read-only; otherwise, false.