The CustomGrouptype exposes the following members.
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 |
Returns true 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 |
Blocks calling thread until BeginAddContact
completes. (Inherited from
Group.) |
![]() |
EndRemoveContact |
Blocks calling thread until BeginRemoveContact
completes. (Inherited from
Group.) |
![]() |
EndRename |
Blocks the calling thread until BeginRename
completes.
|
![]() |
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 Object.) |
![]() |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject MarshalByRefObject.) |
![]() |
Remove | (Inherited from ContactCollection.) |
![]() |
RemoveAt | (Inherited from ContactCollection.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
TryGetContact |
Gets the first ocurrence of a contact with the
specified Uri. Returns true if the collection contains a contact
with the specified Uri. Otherwise, false is
returned. (Inherited from
ContactCollection.) |
Properties
Name | Description | |
---|---|---|
![]() |
ContactManager |
Gets the parent contact manager of this
group. (Inherited from
Group.) |
![]() |
Count |
Returns number of items in the
collection. (Inherited from
ContactCollection.) |
![]() |
Id |
Gets the ID of the group. (Inherited from
Group.) |
![]() |
IsReadOnly | (Inherited from ContactCollection.) |
![]() |
Item | (Inherited from ContactCollection.) |
![]() |
Name |
Gets the name of the group. (Inherited
from
Group.) |
![]() |
Type |
Gets the group type. (Inherited from
Group.) |
Events
Name | Description | |
---|---|---|
![]() |
ContactAdded |
Occurs when a contact is added to the
group. (Inherited from
Group.) |
![]() |
ContactRemoved |
Occurs when a contact is removed from the
group. (Inherited from
Group.) |
![]() |
NameChanged |
Occurs when the group is
renamed. (Inherited from
Group.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable . . :: . . GetEnumerator | (Inherited from ContactCollection.) |