SiteMapNodeCollection.IsFixedSize 屬性

定義

取得布林值,指出節點是否可以加入至集合或從集合減去。

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

適用於

另請參閱