vsFindResult Enumeration
Visual Studio 2015
Represents the results of a search.
Assembly: EnvDTE (in EnvDTE.dll)
| Member name | Description | |
|---|---|---|
| vsFindResultError | The search resulted in an error. | |
| vsFindResultFound | The search item was found. | |
| vsFindResultNotFound | The search item was not found. | |
| vsFindResultPending | The search has not yet completed. | |
| vsFindResultReplaceAndFound | The search item to replace was found. | |
| vsFindResultReplaceAndNotFound | The search item to replace was not found. | |
| vsFindResultReplaced | The search item was replaced. |
Show: