ItemsProviderResult<TItem> 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 the result of a ItemsProviderDelegate<TItem>.
generic <typename TItem>
public value class ItemsProviderResult
public readonly struct ItemsProviderResult<TItem>
type ItemsProviderResult<'Item> = struct
Public Structure ItemsProviderResult(Of TItem)
Type Parameters
- TItem
The type of the context for each item in the list.
- Inheritance
-
ItemsProviderResult<TItem>
Constructors
ItemsProviderResult<TItem>(IEnumerable<TItem>, Int32) |
Instantiates a new ItemsProviderResult<TItem> instance. |
Properties
Items |
The items to provide. |
TotalItemCount |
The total item count in the source generating the items provided. |