IIncrementalSource<TSource> Interface
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.
This interface represents a data source whose items can be loaded incrementally.
C#
public interface IIncrementalSource<TSource>
type IIncrementalSource<'Source> = interface
Public Interface IIncrementalSource(Of TSource)
- TSource
Type of collection element.
Get |
This method is invoked every time the view need to show more items. Retrieves items based on |
Prodotto | Versioni |
---|---|
Windows Community Toolkit | 7.0.0 |