IHostOnDemandLoader.LoadCollectionOnDemand(Object, Object) Method
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.
Loads requested objects in the collection.
public bool LoadCollectionOnDemand (object loadableCollection, object context);
abstract member LoadCollectionOnDemand : obj * obj -> bool
Public Function LoadCollectionOnDemand (loadableCollection As Object, context As Object) As Boolean
Parameters
- loadableCollection
- Object
A collection of loadable objects.
- context
- Object
The loading context.
Returns
An indication of the loading result.