IOnDemandLoadableCollection.BlockOnDemandLoad(Boolean) 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.
Blocks the on demand load that is associated with IOnDemandLoadableCollection.
public int BlockOnDemandLoad (bool block);
abstract member BlockOnDemandLoad : bool -> int
Public Function BlockOnDemandLoad (block As Boolean) As Integer
Parameters
- block
- Boolean
true to block; otherwise, false.
Returns
The object to block.