FindEvents Interface
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.
Provides events for Find-in-Files operations.
public interface class FindEvents : EnvDTE::_dispFindEvents_Event, EnvDTE::_FindEvents
public interface class FindEvents : EnvDTE::_dispFindEvents_Event
C++/CX
public interface class FindEvents : EnvDTE::_dispFindEvents_Event, EnvDTE::_FindEvents
__interface FindEvents : EnvDTE::_dispFindEvents_Event, EnvDTE::_FindEvents
[System.Runtime.InteropServices.CoClass(typeof(EnvDTE.FindEventsClass))]
[System.Runtime.InteropServices.Guid("C5331ACD-C5D5-11D2-8598-006097C68E81")]
public interface FindEvents : EnvDTE._dispFindEvents_Event, EnvDTE._FindEvents
[System.Runtime.InteropServices.CoClass(typeof(EnvDTE.FindEventsClass))]
[System.Runtime.InteropServices.Guid("C5331ACD-C5D5-11D2-8598-006097C68E81")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface FindEvents : EnvDTE._dispFindEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(EnvDTE.FindEventsClass))>]
[<System.Runtime.InteropServices.Guid("C5331ACD-C5D5-11D2-8598-006097C68E81")>]
type FindEvents = interface
interface _FindEvents
interface _dispFindEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(EnvDTE.FindEventsClass))>]
[<System.Runtime.InteropServices.Guid("C5331ACD-C5D5-11D2-8598-006097C68E81")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type FindEvents = interface
interface _dispFindEvents_Event
Public Interface FindEvents
Implements _dispFindEvents_Event, _FindEvents
Public Interface FindEvents
Implements _dispFindEvents_Event
- Derived
- Attributes
- Implements
VB
<System.ContextStaticAttribute()> Public WithEvents FindEvents As EnvDTE.FindEvents
Public Sub FindEvents_FindDone(ByVal Result As EnvDTE.vsFindResult, ByVal Cancelled As Boolean) Handles FindEvents.FindDone
MsgBox("test")
End Sub
Use this object for functionality and refer to FindEventsClass for this object’s documentation. The FindEvents object is returned by the DTE object.
add_Find |
(Inherited from _dispFindEvents_Event) |
remove_Find |
(Inherited from _dispFindEvents_Event) |
Find |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from _dispFindEvents_Event) |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |