CustomGroup members
Represents a user-created contact group.
The CustomGroup type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContactManager | Gets the parent contact and group manager of this group. (Inherited from Group.) | |
Count | Returns number of items in the collection. (Inherited from ContactCollection.) | |
Id | Gets the group ID. (Inherited from Group.) | |
IsReadOnly | (Inherited from ContactCollection.) | |
Item | (Inherited from ContactCollection.) | |
Name | Gets the group name. (Inherited from Group.) | |
Type | Gets the group type. (Inherited from Group.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from ContactCollection.) | |
BeginAddContact | Adds a new contact to the group. (Inherited from Group.) | |
BeginRemoveContact | Removes a contact from the group. (Inherited from Group.) | |
BeginRename | Renames the custom group. | |
CanInvoke | Checks if a certain action can be applied to the group. (Inherited from Group.) | |
Clear | (Inherited from ContactCollection.) | |
Contains | (Inherited from ContactCollection.) | |
CopyTo | (Inherited from ContactCollection.) | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
EndAddContact | Adds a new contact to the group. (Inherited from Group.) | |
EndRemoveContact | Removes a contact from the group. (Inherited from Group.) | |
EndRename | Renames the custom group. | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides Group.Finalize().) | |
GetEnumerator | (Inherited from ContactCollection.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
IndexOf | (Inherited from ContactCollection.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
Insert | (Inherited from ContactCollection.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
Remove | (Inherited from ContactCollection.) | |
RemoveAt | (Inherited from ContactCollection.) | |
ToString | (Inherited from Object.) | |
TryGetContact | Tries to find the first contact with the given Uri. (Inherited from ContactCollection.) |
Top
Events
Name | Description | |
---|---|---|
ContactAdded | Occurs when a contact is added to a group. (Inherited from Group.) | |
ContactRemoved | Occurs when a contact is removed from a group. (Inherited from Group.) | |
NameChanged | Occurs when a group is renamed. (Inherited from Group.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | (Inherited from ContactCollection.) |
Top