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
/** @attribute GuidAttribute("9FB64132-726A-4262-829E-051C6EC7B24F") */ 
public enum vsFindAction
GuidAttribute("9FB64132-726A-4262-829E-051C6EC7B24F") 
public enum vsFindAction
  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. 
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement