SiteMapNodeCollection.IsFixedSize Egenskap

Definition

Hämtar ett booleskt värde som anger om noder kan läggas till i eller subtraheras från samlingen.

public:
 virtual property bool IsFixedSize { bool get(); };
public virtual bool IsFixedSize { get; }
member this.IsFixedSize : bool
Public Overridable ReadOnly Property IsFixedSize As Boolean

Egenskapsvärde

true om du kan lägga till SiteMapNode objekt i eller ta bort SiteMapNode objekt från SiteMapNodeCollection, annars , false.

Gäller för

Se även