vsFindAction Enumeration

Represents the type of find action to take.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("9FB64132-726A-4262-829E-051C6EC7B24F")> _
Public Enumeration vsFindAction
'Usage
Dim instance As vsFindAction
[GuidAttribute("9FB64132-726A-4262-829E-051C6EC7B24F")]
public enum vsFindAction
[GuidAttribute(L"9FB64132-726A-4262-829E-051C6EC7B24F")]
public enum class vsFindAction
public enum vsFindAction

Members

Member name Description
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.
vsFindActionBookmarkAll Bookmarks each instance that is found.

See Also

Reference

EnvDTE Namespace