ISupportIncrementalLoading.HasMoreItems Property
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.
Gets a sentinel value that supports incremental loading implementations.
public:
property bool HasMoreItems { bool get(); };
bool HasMoreItems();
public bool HasMoreItems { get; }
var boolean = iSupportIncrementalLoading.hasMoreItems;
Public ReadOnly Property HasMoreItems As Boolean
Property Value
Boolean
bool
true if additional unloaded items remain in the view; otherwise, false.