This topic has not yet been rated - Rate this topic

vsFindTarget Enumeration

Indicates the target for the search operation, such as the current document or files on disk.

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

[GuidAttribute("481899FB-B657-4E45-8C00-0E051052BB13")] 
public enum vsFindTarget
/** @attribute GuidAttribute("481899FB-B657-4E45-8C00-0E051052BB13") */ 
public enum vsFindTarget
GuidAttribute("481899FB-B657-4E45-8C00-0E051052BB13") 
public enum vsFindTarget
  Member name Description
vsFindTargetCurrentDocument Searches for a match in the current document. (Default) 
vsFindTargetCurrentDocumentFunction Searches the current document for a match in a function. You do not need to select the function before searching it. 
vsFindTargetCurrentDocumentSelection Searches for a match in the selected text in the document. 
vsFindTargetCurrentProject Searches for a match in the current project. 
vsFindTargetFiles Searches for a match in the specified file(s). 
vsFindTargetOpenDocuments Searches for a match in all open documents. 
vsFindTargetSolution Searches for a match in the open solution. 
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ