This documentation is archived and is not being maintained.
SiteMapNodeCollection Properties
Visual Studio 2008
The SiteMapNodeCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of elements contained in the collection. |
|
IsFixedSize | Gets a Boolean value indicating whether nodes can be added to or subtracted from the collection. |
|
IsReadOnly | Gets a Boolean value indicating whether the collection is read-only. |
|
IsSynchronized | Gets a Boolean value indicating whether access to the collection is synchronized (thread safe). |
|
Item | Gets or sets the SiteMapNode object at the specified index in the collection. |
|
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
| Name | Description | |
|---|---|---|
|
ICollection::Count | Infrastructure. Gets the number of elements that are contained in the ICollection interface. This class cannot be inherited. |
|
IList::IsFixedSize | Infrastructure. Gets a Boolean value indicating whether the collection has a fixed size. For a description of this member, see IList::IsFixedSize. |
|
IList::IsReadOnly | Infrastructure. Gets a Boolean value indicating whether the collection is read-only. For a description of this member, see IList::IsReadOnly. |
|
ICollection::IsSynchronized | Infrastructure. Gets a Boolean value indicating whether access to the ICollection interface is synchronized (thread safe). This class cannot be inherited. |
|
IList::Item | Infrastructure. Gets the IList element at the specified index. |
|
ICollection::SyncRoot | Infrastructure. Gets an object that can be used to synchronize access to the ICollection interface. This class cannot be inherited. |
Show: