vsFindAction Enum

Definition

Represents the type of find action to take.

public enum class vsFindAction
public enum class vsFindAction
enum vsFindAction
[System.Runtime.InteropServices.Guid("9FB64132-726A-4262-829E-051C6EC7B24F")]
public enum vsFindAction
[<System.Runtime.InteropServices.Guid("9FB64132-726A-4262-829E-051C6EC7B24F")>]
type vsFindAction = 
Public Enum vsFindAction
Inheritance
vsFindAction
Attributes

Fields

vsFindActionBookmarkAll 5

Bookmarks each instance that is found.

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.

Applies to