Share via


vsFindTarget Enum

Definition

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

public enum class vsFindTarget
public enum class vsFindTarget
enum vsFindTarget
[System.Runtime.InteropServices.Guid("481899FB-B657-4E45-8C00-0E051052BB13")]
public enum vsFindTarget
[<System.Runtime.InteropServices.Guid("481899FB-B657-4E45-8C00-0E051052BB13")>]
type vsFindTarget = 
Public Enum vsFindTarget
Inheritance
vsFindTarget
Attributes

Fields

vsFindTargetCurrentDocument 1

Searches for a match in the current document. (Default)

vsFindTargetCurrentDocumentFunction 3

Searches the current document for a match in a function. You do not need to select the function before searching it.

vsFindTargetCurrentDocumentSelection 2

Searches for a match in the selected text in the document.

vsFindTargetCurrentProject 5

Searches for a match in the current project.

vsFindTargetFiles 7

Searches for a match in the specified file(s).

vsFindTargetOpenDocuments 4

Searches for a match in all open documents.

vsFindTargetSolution 6

Searches for a match in the open solution.

Applies to