The CustomGrouptype exposes the following members.

Methods

  Name Description
Public method Add
(Inherited from ContactCollection.)
Public method BeginAddContact
Adds a new contact to the group.
(Inherited from Group.)
Public method BeginRemoveContact
Removes a contact from the group.
(Inherited from Group.)
Public method BeginRename
Renames the custom group.
Public method CanInvoke
Returns true if a certain action can be applied to the group.
(Inherited from Group.)
Public method Clear
(Inherited from ContactCollection.)
Public method Contains
(Inherited from ContactCollection.)
Public method CopyTo
(Inherited from ContactCollection.)
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method EndAddContact
Blocks calling thread until BeginAddContact completes.
(Inherited from Group.)
Public method EndRemoveContact
Blocks calling thread until BeginRemoveContact completes.
(Inherited from Group.)
Public method EndRename
Blocks the calling thread until BeginRename completes.
Public method Equals (Inherited from Object.)
Protected method Finalize
Public method GetEnumerator
(Inherited from ContactCollection.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method IndexOf
(Inherited from ContactCollection.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method Insert
(Inherited from ContactCollection.)
Protected method MemberwiseClone () () () () (Inherited from Object Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject MarshalByRefObject.)
Public method Remove
(Inherited from ContactCollection.)
Public method RemoveAt
(Inherited from ContactCollection.)
Public method ToString (Inherited from Object.)
Public method 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.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IEnumerable . . :: . . GetEnumerator
(Inherited from ContactCollection.)

See Also