ProjectItemsEvents Interface
The base interface from which projects derive event interfaces of their specific project items. Use this object for functionality and refer to ProjectItemsEventsClass for this object's documentation.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("22800963-2811-410D-BF87-A7808EAC977D")> _
Public Interface ProjectItemsEvents _
Inherits _ProjectItemsEvents, _dispProjectItemsEvents_Event
[GuidAttribute("22800963-2811-410D-BF87-A7808EAC977D")]
public interface ProjectItemsEvents : _ProjectItemsEvents,
_dispProjectItemsEvents_Event
[GuidAttribute(L"22800963-2811-410D-BF87-A7808EAC977D")]
public interface class ProjectItemsEvents : _ProjectItemsEvents,
_dispProjectItemsEvents_Event
[<GuidAttribute("22800963-2811-410D-BF87-A7808EAC977D")>]
type ProjectItemsEvents =
interface
interface _ProjectItemsEvents
interface _dispProjectItemsEvents_Event
end
public interface ProjectItemsEvents extends _ProjectItemsEvents, _dispProjectItemsEvents_Event
The ProjectItemsEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
add_ItemAdded | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispProjectItemsEvents_Event.) | |
add_ItemRemoved | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispProjectItemsEvents_Event.) | |
add_ItemRenamed | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispProjectItemsEvents_Event.) | |
remove_ItemAdded | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispProjectItemsEvents_Event.) | |
remove_ItemRemoved | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispProjectItemsEvents_Event.) | |
remove_ItemRenamed | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispProjectItemsEvents_Event.) |
Top
Events
Name | Description | |
---|---|---|
ItemAdded | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispProjectItemsEvents_Event.) | |
ItemRemoved | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispProjectItemsEvents_Event.) | |
ItemRenamed | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispProjectItemsEvents_Event.) |
Top
Remarks
A derivative of ProjectItemsEvents is supplied by each project type in Visual Studio that contributes a project automation model. The name reflects the project type, such as VBProjectItemsEvents. These language-specific objects, based on ProjectItemsEvents, act as a source for common events.