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