AreaGroupCollection Members
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
Manages area groups.
The AreaGroupCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Obsolete. Gets the number of area groups. | |
Item | Obsolete. Gets an area group of the collection by indexer of type Integer. |
Top
Methods
Name | Description | |
---|---|---|
Add | Obsolete. Creates an area listing group. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Obsolete. Gets an enumerator for the collection. | |
GetGroupByID | Obsolete. Gets an area group by identifier. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Obsolete. Gets the index of the area group. | |
InsertAt(String, Int32) | Obsolete. Moves an area listing group to a specified location. | |
InsertAt(AreaGroup, Int32) | Obsolete. Creates an area group at a specified location. | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Obsolete. Removes an area group from this collection. | |
RemoveAt | Obsolete. Removes an area group from this collection by location. | |
ToString | (Inherited from Object.) |
Top