SiteMapNodeCollection.IsFixedSize 属性
定义
获取一个 Boolean 值,该值指示是否可以在集合中增减节点。Gets a Boolean value indicating whether nodes can be added to or subtracted from the collection.
public:
virtual property bool IsFixedSize { bool get(); };
public virtual bool IsFixedSize { get; }
member this.IsFixedSize : bool
Public Overridable ReadOnly Property IsFixedSize As Boolean
属性值
如果可以向 SiteMapNode 中添加 SiteMapNode 对象或从中删除 SiteMapNodeCollection 对象,则为 true;否则,为 false。true if you can add SiteMapNode objects to or remove SiteMapNode objects from the SiteMapNodeCollection; otherwise, false.