FindEventsClass Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Inheritance Hierarchy

System.Object
  EnvDTE.FindEventsClass

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

Syntax

'Declaration
<GuidAttribute("811322BC-042D-4828-BFF2-640EF8B7209F")> _
<ClassInterfaceAttribute()> _
Public Class FindEventsClass _
    Implements _FindEvents, FindEvents, _dispFindEvents_Event
[GuidAttribute("811322BC-042D-4828-BFF2-640EF8B7209F")]
[ClassInterfaceAttribute()]
public class FindEventsClass : _FindEvents, 
    FindEvents, _dispFindEvents_Event
[GuidAttribute(L"811322BC-042D-4828-BFF2-640EF8B7209F")]
[ClassInterfaceAttribute()]
public ref class FindEventsClass : _FindEvents, 
    FindEvents, _dispFindEvents_Event
[<GuidAttribute("811322BC-042D-4828-BFF2-640EF8B7209F")>]
[<ClassInterfaceAttribute()>]
type FindEventsClass =  
    class 
        interface _FindEvents 
        interface FindEvents 
        interface _dispFindEvents_Event 
    end
public class FindEventsClass implements _FindEvents, FindEvents, _dispFindEvents_Event

The FindEventsClass type exposes the following members.

Constructors

  Name Description
Public method FindEventsClass Infrastructure. Microsoft Internal Use Only.

Top

Methods

  Name Description
Public method add_FindDone Infrastructure. Microsoft Internal Use Only.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method remove_FindDone Infrastructure. Microsoft Internal Use Only.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event FindDone Occurs after a Find-in-files with a results list operation completes.

Top

Remarks

Refer to FindEvents for this functionality. Do not instantiate this class.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EnvDTE Namespace