vsFindAction Enumeration
Represents the type of find action to take.
Namespace: EnvDTE
Assembly: EnvDTE (in envdte.dll)
Assembly: EnvDTE (in envdte.dll)
| Member name | Description | |
|---|---|---|
| vsFindActionBookmarkAll | Bookmarks each instance that is found. | |
| vsFindActionFind | Finds the next matching word in the document. | |
| vsFindActionFindAll | Finds all matching words in the document. | |
| vsFindActionReplace | Replaces the current matching word and finds the next matching word. | |
| vsFindActionReplaceAll | Replaces all matching words in the document. |