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
[GuidAttribute("9FB64132-726A-4262-829E-051C6EC7B24F")]
public enum vsFindAction
[GuidAttribute(L"9FB64132-726A-4262-829E-051C6EC7B24F")]
public enum class vsFindAction
[<GuidAttribute("9FB64132-726A-4262-829E-051C6EC7B24F")>]
type vsFindAction
public enum vsFindAction
Members
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. |