Find Properties
MSDN Home
MSDN
MSDN Library
Development Tools and Language ...
Visual Studio 2008
Visual Studio
Application Development in Vis ...
Customizing and Automating the ...
Automation and Extensibility f ...
Automation and Extensibility R ...
EnvDTE Namespace
Find Interface
Find Properties
Action Property
Backwards Property
DTE Property
FilesOfType Property
FindWhat Property
KeepModifiedDocumentsOpen Prop ...
MatchCase Property
MatchInHiddenText Property
MatchWholeWord Property
Parent Property
PatternSyntax Property
ReplaceWith Property
ResultsLocation Property
SearchPath Property
SearchSubfolders Property
Target Property
Find Interface
Find Members
Find Methods
Find Properties
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
Visual Studio Automation and Extensibility Reference
Find Properties
The
Find
type exposes the following members.
Properties
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.
Top
See Also
Reference
Find Interface
EnvDTE Namespace