Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
'Usage
Dim instance As ProjectsEvents
[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
public interface ProjectsEvents extends _ProjectsEvents, _dispProjectsEvents_Event
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.