ProjectItemsEventsClass 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("DE6C1098-93CA-4F49-BEF0-262A13CA1176")> _
<ClassInterfaceAttribute()> _
Public Class ProjectItemsEventsClass _
Implements _ProjectItemsEvents, ProjectItemsEvents, _dispProjectItemsEvents_Event
'Usage
Dim instance As ProjectItemsEventsClass
[GuidAttribute("DE6C1098-93CA-4F49-BEF0-262A13CA1176")]
[ClassInterfaceAttribute()]
public class ProjectItemsEventsClass : _ProjectItemsEvents,
ProjectItemsEvents, _dispProjectItemsEvents_Event
[GuidAttribute(L"DE6C1098-93CA-4F49-BEF0-262A13CA1176")]
[ClassInterfaceAttribute()]
public ref class ProjectItemsEventsClass : _ProjectItemsEvents,
ProjectItemsEvents, _dispProjectItemsEvents_Event
public class ProjectItemsEventsClass implements _ProjectItemsEvents, ProjectItemsEvents, _dispProjectItemsEvents_Event
Remarks
Refer to ProjectItemsEvents for this functionality. Do not instantiate this class.
Inheritance Hierarchy
System.Object
EnvDTE.ProjectItemsEventsClass
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.