ItemsProviderRequest Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a request to an ItemsProviderDelegate<TItem>.
public value class ItemsProviderRequest
public readonly struct ItemsProviderRequest
type ItemsProviderRequest = struct
Public Structure ItemsProviderRequest
- Inheritance
-
ItemsProviderRequest
Constructors
ItemsProviderRequest(Int32, Int32, CancellationToken) |
Constructs a new ItemsProviderRequest instance. |
Properties
CancellationToken |
The CancellationToken used to relay cancellation of the request. |
Count |
The requested number of items to be provided. The actual number of provided items does not need to match this value. |
StartIndex |
The start index of the data segment requested. |