FindEventsClass Class
Definition
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.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class FindEventsClass : EnvDTE::FindEvents
public ref class FindEventsClass
[Windows::Foundation::Metadata::WebHostHidden]
class FindEventsClass : EnvDTE::FindEvents
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispFindEvents\0")]
[System.Runtime.InteropServices.Guid("811322BC-042D-4828-BFF2-640EF8B7209F")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class FindEventsClass : EnvDTE.FindEvents
[System.Runtime.InteropServices.Guid("811322BC-042D-4828-BFF2-640EF8B7209F")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispFindEvents")]
[System.Runtime.InteropServices.ComVisible(false)]
public class FindEventsClass
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispFindEvents\0")>]
[<System.Runtime.InteropServices.Guid("811322BC-042D-4828-BFF2-640EF8B7209F")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type FindEventsClass = class
interface _FindEvents
interface FindEvents
interface _dispFindEvents_Event
[<System.Runtime.InteropServices.Guid("811322BC-042D-4828-BFF2-640EF8B7209F")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispFindEvents")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type FindEventsClass = class
Public Class FindEventsClass
Implements FindEvents
Public Class FindEventsClass
- Inheritance
-
FindEventsClass
- Attributes
- Implements
Remarks
Refer to FindEvents for this functionality. Do not instantiate this class.
Constructors
FindEventsClass() |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
Methods
add_FindDone(_dispFindEvents_FindDoneEventHandler) | |
remove_FindDone(_dispFindEvents_FindDoneEventHandler) |
Events
FindDone |
This API supports the product infrastructure and is not intended to be used directly from your code. Occurs after a Find-in-files with a results list operation completes. |