0 out of 3 rated this helpful - Rate this topic

vsFindOptions Enumeration

Represents the behavior of the ReplacePattern method, such as how to search, where to begin the search, whether to search forward or backward, and the case sensitivity.

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

[GuidAttribute("A457303F-D058-4415-A2B4-A81B148C7689")] 
public enum vsFindOptions
/** @attribute GuidAttribute("A457303F-D058-4415-A2B4-A81B148C7689") */ 
public enum vsFindOptions
GuidAttribute("A457303F-D058-4415-A2B4-A81B148C7689") 
public enum vsFindOptions
  Member name Description
vsFindOptionsBackwards Searches backward from current point. 
vsFindOptionsFromStart Begins search at beginning of document. 
vsFindOptionsKeepModifiedDocumentsOpen Does not close documents that have been modified by the search. 
vsFindOptionsMatchCase Matches case of word in search. 
vsFindOptionsMatchInHiddenText Looks for text matches in hidden text as well as nonhidden text. The vsFindOptionsMatchInHiddenText constant value does not apply to the FindPattern method, because it searches all text, including hidden text. 
vsFindOptionsMatchWholeWord Matches whole word in search. 
vsFindOptionsNone No matching. 
vsFindOptionsRegularExpression Matches regular expression. 
vsFindOptionsSearchSubfolders Includes subfolders in word search. 
vsFindOptionsWildcards Uses wildcards in string search. 
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ