Nevron.Examples.Framework.WebForm Namespace / NSearch Class / PerformSearch Method


In This Topic
    PerformSearch Method (NSearch)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function PerformSearch( _
       ByVal searchString As System.String, _
       ByVal match As SearchMatch _
    ) As System.Collections.ArrayList
    'Usage
     
    
    Dim instance As NSearch
    Dim searchString As System.String
    Dim match As SearchMatch
    Dim value As System.Collections.ArrayList
     
    value = instance.PerformSearch(searchString, match)
    public System.Collections.ArrayList PerformSearch( 
       System.string searchString,
       SearchMatch match
    )

    Parameters

    searchString
    match
    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