Indicates the target for the search operation, such as the current document or files on disk.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("481899FB-B657-4E45-8C00-0E051052BB13")> _
Public Enumeration vsFindTarget
[GuidAttribute("481899FB-B657-4E45-8C00-0E051052BB13")]
public enum vsFindTarget
[GuidAttribute(L"481899FB-B657-4E45-8C00-0E051052BB13")]
public enum class vsFindTarget
[<GuidAttribute("481899FB-B657-4E45-8C00-0E051052BB13")>]
type vsFindTarget
public enum vsFindTarget
Members
| 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. |