ProjectsEvents Interface
The base interface from which the various projects derive the events that are associated with their specific project interfaces. Use this object for functionality, and refer to ProjectsEventsClass for this object's documentation.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("85451F83-B5CA-437F-A619-0CB705707420")> _
Public Interface ProjectsEvents _
Inherits _ProjectsEvents, _dispProjectsEvents_Event
[GuidAttribute("85451F83-B5CA-437F-A619-0CB705707420")]
public interface ProjectsEvents : _ProjectsEvents,
_dispProjectsEvents_Event
[GuidAttribute(L"85451F83-B5CA-437F-A619-0CB705707420")]
public interface class ProjectsEvents : _ProjectsEvents,
_dispProjectsEvents_Event
[<GuidAttribute("85451F83-B5CA-437F-A619-0CB705707420")>]
type ProjectsEvents =
interface
interface _ProjectsEvents
interface _dispProjectsEvents_Event
end
public interface ProjectsEvents extends _ProjectsEvents, _dispProjectsEvents_Event
The ProjectsEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
add_ItemAdded | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispProjectsEvents_Event.) | |
add_ItemRemoved | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispProjectsEvents_Event.) | |
add_ItemRenamed | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispProjectsEvents_Event.) | |
remove_ItemAdded | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispProjectsEvents_Event.) | |
remove_ItemRemoved | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispProjectsEvents_Event.) | |
remove_ItemRenamed | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispProjectsEvents_Event.) |
Top
Events
Name | Description | |
---|---|---|
ItemAdded | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispProjectsEvents_Event.) | |
ItemRemoved | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispProjectsEvents_Event.) | |
ItemRenamed | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispProjectsEvents_Event.) |
Top
Remarks
A derivative of ProjectsEvents is supplied by each project type in Visual Studio that contributes a project automation model. The name reflects the project type, such as VBProjectsEvents. These language-specific objects, based on ProjectsEvents, act as a source for common events.