Find2 Properties

Include Protected Members
Include Inherited Members

The Find2 type exposes the following members.

Properties

  Name Description
Public property Action Gets or sets how to find, such as find next match, find all, replace and find, and so forth.
Public property Backwards Gets or sets a value indicating whether the search is performed backwards from the current position.
Public property DTE Gets the top-level extensibility object.
Public property FilesOfType Gets or sets the file extension for the files to be searched.
Public property FindWhat Gets or sets the text or pattern to find.
Public property KeepModifiedDocumentsOpen Gets or sets a value indicating whether or not modified documents remain open after a replace operation.
Public property MatchCase Gets or sets a value indicating whether the search is case-sensitive.
Public property MatchInHiddenText Gets or sets a value indicating whether hidden text is included in the search.
Public property MatchWholeWord Gets or sets a value indicating whether the search matches whole words only.
Public property Parent Gets the immediate parent object of a Find object.
Public property PatternSyntax Gets or sets the syntax used to specify the search pattern.
Public property ReplaceWith Gets or sets the replacement text for a replacement operation.
Public property ResultsLocation Gets or sets the location where the results are shown in a bulk search operation.
Public property SearchPath Gets or sets a list of directories to use for a find-in-files operation.
Public property SearchSubfolders Gets or sets a value indicating whether subfolders are included in a search operation.
Public property Target Gets or sets the target of the search operation, such as all open docs, files, the active document, and so forth.
Public property WaitForFindToComplete Gets or sets a value indicating whether a find result is returned before continuing execution.

Top

See Also

Reference

Find2 Interface

EnvDTE80 Namespace