Intersoft ClientUI Documentation
Discover Method (IViewDiscoveryProvider)



The region instance to discover.
Perform the searching process to collect valid objects which can be added to the views in a IRegion.
Syntax
Function Discover( _
   ByVal region As IRegion _
) As IEnumerable
Dim instance As IViewDiscoveryProvider
Dim region As IRegion
Dim value As IEnumerable
 
value = instance.Discover(region)
IEnumerable Discover( 
   IRegion region
)
IEnumerable^ Discover( 
   IRegion^ region
) 

Parameters

region
The region instance to discover.

Return Value

Returns a list of valid objects to be added to the views.
Requirements

Target Platforms: Windows 7, 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

Reference

IViewDiscoveryProvider Interface
IViewDiscoveryProvider Members

Send Feedback