_DTE.Find Property

Definition

Gets the Find object that represents global text find operations.

C++/CX
public:
 property EnvDTE::Find ^ Find { EnvDTE::Find ^ get(); };

Property Value

A Find object.

Attributes

Examples

VB
Sub FindExample()  
  'Creates a text file, searches for a string, and then displays it.  
  DTE.executecommand("File.NewFile", "c:\temp\test.txt")  
  DTE.Find.FindWhat = "mytest"  
  MsgBox(DTE.Find.FindWhat)  
End Sub  

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019