ProjectItemsEventsClass Class

Definition

Microsoft Internal Use Only.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class ProjectItemsEventsClass : EnvDTE::ProjectItemsEvents
public ref class ProjectItemsEventsClass
[Windows::Foundation::Metadata::WebHostHidden]
class ProjectItemsEventsClass : EnvDTE::ProjectItemsEvents
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispProjectItemsEvents\0")]
[System.Runtime.InteropServices.Guid("DE6C1098-93CA-4F49-BEF0-262A13CA1176")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class ProjectItemsEventsClass : EnvDTE.ProjectItemsEvents
[System.Runtime.InteropServices.Guid("DE6C1098-93CA-4F49-BEF0-262A13CA1176")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispProjectItemsEvents")]
[System.Runtime.InteropServices.ComVisible(false)]
public class ProjectItemsEventsClass
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispProjectItemsEvents\0")>]
[<System.Runtime.InteropServices.Guid("DE6C1098-93CA-4F49-BEF0-262A13CA1176")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type ProjectItemsEventsClass = class
    interface _ProjectItemsEvents
    interface ProjectItemsEvents
    interface _dispProjectItemsEvents_Event
[<System.Runtime.InteropServices.Guid("DE6C1098-93CA-4F49-BEF0-262A13CA1176")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispProjectItemsEvents")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type ProjectItemsEventsClass = class
Public Class ProjectItemsEventsClass
Implements ProjectItemsEvents
Public Class ProjectItemsEventsClass
Inheritance
ProjectItemsEventsClass
Attributes
Implements

Remarks

Refer to ProjectItemsEvents for this functionality. Do not instantiate this class.

Constructors

ProjectItemsEventsClass()

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Methods

add_ItemAdded(_dispProjectItemsEvents_ItemAddedEventHandler)
add_ItemRemoved(_dispProjectItemsEvents_ItemRemovedEventHandler)
add_ItemRenamed(_dispProjectItemsEvents_ItemRenamedEventHandler)
remove_ItemAdded(_dispProjectItemsEvents_ItemAddedEventHandler)
remove_ItemRemoved(_dispProjectItemsEvents_ItemRemovedEventHandler)
remove_ItemRenamed(_dispProjectItemsEvents_ItemRenamedEventHandler)

Events

ItemAdded

This API supports the product infrastructure and is not intended to be used directly from your code.

Occurs immediately after you add a project to a solution or an item to a project.

ItemRemoved

This API supports the product infrastructure and is not intended to be used directly from your code.

Occurs immediately after you remove a project from a solution or a project item from a project.

ItemRenamed

This API supports the product infrastructure and is not intended to be used directly from your code.

Occurs immediately after you rename a project in a solution or a project item in a project.

Applies to