次の方法で共有


IncrementalSearchResult Constructor

Initializes a new instance of IncrementalSearchResult with the specified properties.

Namespace:  Microsoft.VisualStudio.Text.IncrementalSearch
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'宣言
Public Sub New ( _
    passedEndOfBuffer As Boolean, _
    passedStartOfBuffer As Boolean, _
    passedStartOfSearch As Boolean, _
    resultFound As Boolean _
)
public IncrementalSearchResult(
    bool passedEndOfBuffer,
    bool passedStartOfBuffer,
    bool passedStartOfSearch,
    bool resultFound
)
public:
IncrementalSearchResult(
    bool passedEndOfBuffer, 
    bool passedStartOfBuffer, 
    bool passedStartOfSearch, 
    bool resultFound
)
new : 
        passedEndOfBuffer:bool * 
        passedStartOfBuffer:bool * 
        passedStartOfSearch:bool * 
        resultFound:bool -> IncrementalSearchResult
public function IncrementalSearchResult(
    passedEndOfBuffer : boolean, 
    passedStartOfBuffer : boolean, 
    passedStartOfSearch : boolean, 
    resultFound : boolean
)

Parameters

  • passedEndOfBuffer
    Type: System.Boolean
    Whether or not the search has wrapped around the end of the buffer.
  • passedStartOfBuffer
    Type: System.Boolean
    Whether or not the search has wrapped around the start of the buffer.
  • passedStartOfSearch
    Type: System.Boolean
    Whether or not the search passed the first item found.
  • resultFound
    Type: System.Boolean
    Whether or not the search was successful.

.NET Framework Security

See Also

Reference

IncrementalSearchResult Structure

Microsoft.VisualStudio.Text.IncrementalSearch Namespace