SiteMapNodeCollection.IsFixedSize プロパティ
定義
コレクションに対するノードの追加または削除ができるかどうかを示すブール値を取得します。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
.