Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.