ProjectItemsEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class ProjectItemsEvents : EnvDTE::_dispProjectItemsEvents_Event, EnvDTE::_ProjectItemsEvents
public interface class ProjectItemsEvents : EnvDTE::_dispProjectItemsEvents_Event
public interface class ProjectItemsEvents : EnvDTE::_dispProjectItemsEvents_Event, EnvDTE::_ProjectItemsEvents
__interface ProjectItemsEvents : EnvDTE::_dispProjectItemsEvents_Event, EnvDTE::_ProjectItemsEvents
[System.Runtime.InteropServices.CoClass(typeof(EnvDTE.ProjectItemsEventsClass))]
[System.Runtime.InteropServices.Guid("22800963-2811-410D-BF87-A7808EAC977D")]
public interface ProjectItemsEvents : EnvDTE._dispProjectItemsEvents_Event, EnvDTE._ProjectItemsEvents
[System.Runtime.InteropServices.CoClass(typeof(EnvDTE.ProjectItemsEventsClass))]
[System.Runtime.InteropServices.Guid("22800963-2811-410D-BF87-A7808EAC977D")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface ProjectItemsEvents : EnvDTE._dispProjectItemsEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(EnvDTE.ProjectItemsEventsClass))>]
[<System.Runtime.InteropServices.Guid("22800963-2811-410D-BF87-A7808EAC977D")>]
type ProjectItemsEvents = interface
interface _ProjectItemsEvents
interface _dispProjectItemsEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(EnvDTE.ProjectItemsEventsClass))>]
[<System.Runtime.InteropServices.Guid("22800963-2811-410D-BF87-A7808EAC977D")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type ProjectItemsEvents = interface
interface _dispProjectItemsEvents_Event
Public Interface ProjectItemsEvents
Implements _dispProjectItemsEvents_Event, _ProjectItemsEvents
Public Interface ProjectItemsEvents
Implements _dispProjectItemsEvents_Event
- Derived
- Attributes
- Implements
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.
Methods
Events
ItemAdded |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from _dispProjectItemsEvents_Event) |
ItemRemoved |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from _dispProjectItemsEvents_Event) |
ItemRenamed |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from _dispProjectItemsEvents_Event) |