Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Describes the status of the search result.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<GuidAttribute("FD6530D0-1A2C-4073-AAE9-3C2B3AA8BC4D")> _
Public Enumeration vsIncrementalSearchResult
[GuidAttribute("FD6530D0-1A2C-4073-AAE9-3C2B3AA8BC4D")]
public enum vsIncrementalSearchResult
[GuidAttribute(L"FD6530D0-1A2C-4073-AAE9-3C2B3AA8BC4D")]
public enum class vsIncrementalSearchResult
[<GuidAttribute("FD6530D0-1A2C-4073-AAE9-3C2B3AA8BC4D")>]
type vsIncrementalSearchResult
public enum vsIncrementalSearchResult
Members
| Member name | Description | |
|---|---|---|
| vsIncrementalSearchResultFound | Found the pattern and moved the selection. | |
| vsIncrementalSearchResultPassedEOB | Found the pattern and moved the selection past the end of the buffer. | |
| vsIncrementalSearchResultPassedStart | Found the pattern and moved the selection past the beginning of the buffer. | |
| vsIncrementalSearchResultFailed | Did not successfully find the pattern. The selection was not changed. |