Expand Minimize
This topic has not yet been rated - Rate this topic

vsFindAction Enumeration

Represents the type of find action to take.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)
[GuidAttribute("9FB64132-726A-4262-829E-051C6EC7B24F")]
public enum vsFindAction
Member nameDescription
vsFindActionFindFinds the next matching word in the document.
vsFindActionFindAllFinds all matching words in the document.
vsFindActionReplaceReplaces the current matching word and finds the next matching word.
vsFindActionReplaceAllReplaces all matching words in the document.
vsFindActionBookmarkAllBookmarks each instance that is found.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.