Version

CanRehydrate Method

Looks through the keys, and determines that all the keys are in the collection, and that the same about of objects are in the collection. If this isn't the case, false is returned, and the Control Persistence Framework, will not try to reuse the object that are already in the collection.
Syntax
'Declaration
 
Function CanRehydrate( _
   ByVal lookupKeys As Collection(Of String) _
) As Boolean
bool CanRehydrate( 
   Collection<string> lookupKeys
)

Parameters

lookupKeys
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also