_DTE.Find Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Find object that represents global text find operations.
public:
property EnvDTE::Find ^ Find { EnvDTE::Find ^ get(); };
C++/CX
public:
property EnvDTE::Find ^ Find { EnvDTE::Find ^ get(); };
[System.Runtime.InteropServices.DispId(229)]
public EnvDTE.Find Find { [System.Runtime.InteropServices.DispId(229)] get; }
[<System.Runtime.InteropServices.DispId(229)>]
[<get: System.Runtime.InteropServices.DispId(229)>]
member this.Find : EnvDTE.Find
Public ReadOnly Property Find As Find
A Find object.
- Attributes
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
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019 |