Expand Minimize
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(L"481899FB-B657-4E45-8C00-0E051052BB13")]
public enum class vsFindTarget
Member nameDescription
vsFindTargetCurrentDocumentSearches for a match in the current document. (Default)
vsFindTargetCurrentDocumentSelectionSearches for a match in the selected text in the document.
vsFindTargetCurrentDocumentFunctionSearches the current document for a match in a function. You do not need to select the function before searching it.
vsFindTargetOpenDocumentsSearches for a match in all open documents.
vsFindTargetCurrentProjectSearches for a match in the current project.
vsFindTargetSolutionSearches for a match in the open solution.
vsFindTargetFilesSearches for a match in the specified file(s).
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.