Share via


vsFindAction Enum

Definition

Represents the type of find action to take.

C++/CX
public enum class vsFindAction
Inheritance
vsFindAction
Attributes

Fields

Name Value Description
vsFindActionFind 1

Finds the next matching word in the document.

vsFindActionFindAll 2

Finds all matching words in the document.

vsFindActionReplace 3

Replaces the current matching word and finds the next matching word.

vsFindActionReplaceAll 4

Replaces all matching words in the document.

vsFindActionBookmarkAll 5

Bookmarks each instance that is found.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022