AVEVA OMI Software Developer Kit



Search Method
Searches for the navigation item whose name, title or path matches the search string and returns the selection.
Syntax
'Declaration
 
Public MustOverride Function Search( _
   ByVal value As String _
) As IReadOnlyCollection(Of NavigationItem)
'Usage
 
Dim instance As NavigationModel
Dim value As String
Dim value As IReadOnlyCollection(Of NavigationItem)
 
value = instance.Search(value)
public abstract IReadOnlyCollection<NavigationItem> Search( 
   string value
)
public:
abstract IReadOnlyCollection<NavigationItem^>^ Search( 
   String^ value
) 

Parameters

value

Return Value

IList
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