GroupCollection members
Represents the collection of all groups in the signed in user's contact list.
The GroupCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Returns the number of items in a collection. | |
IsReadOnly | ||
Item | Returns an item at a given index in the collection. |
Top
Methods
Name | Description | |
---|---|---|
Add | ||
Clear | ||
Contains | ||
CopyTo | ||
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | ||
GetGroupsByType | Gets a collection of groups of a given group type. | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
IndexOf | Return the index of the group in the collection. | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
Insert | ||
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
Remove | ||
RemoveAt | ||
ToString | (Inherited from Object.) | |
TryGetGroup | Finds the first group with a given name in a collection. |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator |
Top