Nevron.Examples.Framework.WinForm Namespace / NSearchContext Class / NSearchContext Constructor


In This Topic
    NSearchContext Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal searchWords() As System.String, _
       ByVal searchContent As SearchContent, _
       ByVal filterByParentTitles() As System.String, _
       ByVal wordMatch As WordMatch _
    )
    'Usage
     
    
    Dim searchWords() As System.String
    Dim searchContent As SearchContent
    Dim filterByParentTitles() As System.String
    Dim wordMatch As WordMatch
     
    Dim instance As New NSearchContext(searchWords, searchContent, filterByParentTitles, wordMatch)
    public NSearchContext( 
       System.string[] searchWords,
       SearchContent searchContent,
       System.string[] filterByParentTitles,
       WordMatch wordMatch
    )

    Parameters

    searchWords
    searchContent
    filterByParentTitles
    wordMatch
    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