FindEventsClass Class

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

Microsoft Internal Use Only.

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

Syntax

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

Remarks

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

Inheritance Hierarchy

System.Object
  EnvDTE.FindEventsClass

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

FindEventsClass Members

EnvDTE Namespace