The ContactDirectoryWatchSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ContactDirectoryWatchSettings(Int32, Int32, IList<(Of <<'(ContactSortItem>)>>)) |
Initializes a new instance of the ContactDirectoryWatchSettings class.
| |
| ContactDirectoryWatchSettings(Int32, Int32, ContactFilterItem, ContactSortItem) |
Initializes a new instance of the ContactDirectoryWatchSettings class.
| |
| ContactDirectoryWatchSettings(Int32, Int32, IList<(Of <<'(ContactFilterItem>)>>), IList<(Of <<'(ContactSortItem>)>>)) |
Initializes a new instance of the ContactDirectoryWatchSettings class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| First |
Sets the index to the first page.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Jump |
Sets a new index value.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NewCount |
Sets a new count for the watch.
| |
| NewFilter |
Sets a new filter.
| |
| NewSort |
Sets a new sort.
| |
| Next |
Sets the index to the next logical value.
| |
| Previous |
Sets the index to the previous logical value.
| |
| ToString | Returns a String that represents the current Object. (Overrides Object..::..ToString()()()().) |
Fields
| Name | Description | |
|---|---|---|
| All |
Return a ContactDirectoryWatchSettings instance that gets all contact entries with no sorting applied.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the count of contact entries to retrieve.
| |
| FilterItems |
Gets the filter items.
| |
| Index |
Gets the contact entry index to start retrieving.
| |
| MaxCount |
Gets the max count.
| |
| SortItems |
Gets the sort items.
|