ProjectsEventsClass 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
<GuidAttribute("536A4BE3-A376-408E-954C-471C779E216F")> _
<ClassInterfaceAttribute()> _
Public Class ProjectsEventsClass _
    Implements _ProjectsEvents, ProjectsEvents, _dispProjectsEvents_Event
'Usage
Dim instance As ProjectsEventsClass
[GuidAttribute("536A4BE3-A376-408E-954C-471C779E216F")]
[ClassInterfaceAttribute()]
public class ProjectsEventsClass : _ProjectsEvents, 
    ProjectsEvents, _dispProjectsEvents_Event
[GuidAttribute(L"536A4BE3-A376-408E-954C-471C779E216F")]
[ClassInterfaceAttribute()]
public ref class ProjectsEventsClass : _ProjectsEvents, 
    ProjectsEvents, _dispProjectsEvents_Event
public class ProjectsEventsClass implements _ProjectsEvents, ProjectsEvents, _dispProjectsEvents_Event

Remarks

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

Inheritance Hierarchy

System.Object
  EnvDTE.ProjectsEventsClass

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

ProjectsEventsClass Members

EnvDTE Namespace