Find Properties

 

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

NameDescription
System_CAPS_pubpropertyAction

Gets or sets how to find, such as find next match, find all, replace and find, and so forth.

System_CAPS_pubpropertyBackwards

Gets or sets a value indicating whether the search is performed backwards from the current position.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyFilesOfType

Gets or sets the file extension for the files to be searched.

System_CAPS_pubpropertyFindWhat

Gets or sets the text or pattern to find.

System_CAPS_pubpropertyKeepModifiedDocumentsOpen

Gets or sets a value indicating whether or not modified documents remain open after a Replace operation.

System_CAPS_pubpropertyMatchCase

Gets or sets a value indicating whether the search is case-sensitive.

System_CAPS_pubpropertyMatchInHiddenText

Gets or sets a value indicating whether hidden text is included in the search.

System_CAPS_pubpropertyMatchWholeWord

Gets or sets a value indicating whether the search matches whole words only.

System_CAPS_pubpropertyParent

Gets the immediate parent object of a Find object.

System_CAPS_pubpropertyPatternSyntax

Gets or sets the syntax used to specify the search pattern.

System_CAPS_pubpropertyReplaceWith

Gets or sets the replacement text for a replacement operation.

System_CAPS_pubpropertyResultsLocation

Gets or sets the location where the results are shown in a bulk search operation.

System_CAPS_pubpropertySearchPath

Gets or sets a list of directories to use for a find-in-files operation.

System_CAPS_pubpropertySearchSubfolders

Gets or sets a value indicating whether subfolders are included in a Search operation.

System_CAPS_pubpropertyTarget

Gets or sets the target of the search operation, such as all open docs, files, the active document, and so forth.

Return to top
Show: