ProjectItemsEventsClass Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Inheritance Hierarchy
System.Object
EnvDTE.ProjectItemsEventsClass
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("DE6C1098-93CA-4F49-BEF0-262A13CA1176")> _
Public Class ProjectItemsEventsClass _
Implements _ProjectItemsEvents, ProjectItemsEvents, _dispProjectItemsEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute("DE6C1098-93CA-4F49-BEF0-262A13CA1176")]
public class ProjectItemsEventsClass : _ProjectItemsEvents,
ProjectItemsEvents, _dispProjectItemsEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute(L"DE6C1098-93CA-4F49-BEF0-262A13CA1176")]
public ref class ProjectItemsEventsClass : _ProjectItemsEvents,
ProjectItemsEvents, _dispProjectItemsEvents_Event
[<ClassInterfaceAttribute()>]
[<GuidAttribute("DE6C1098-93CA-4F49-BEF0-262A13CA1176")>]
type ProjectItemsEventsClass =
class
interface _ProjectItemsEvents
interface ProjectItemsEvents
interface _dispProjectItemsEvents_Event
end
public class ProjectItemsEventsClass implements _ProjectItemsEvents, ProjectItemsEvents, _dispProjectItemsEvents_Event
The ProjectItemsEventsClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProjectItemsEventsClass | Infrastructure. Microsoft Internal Use Only. |
Top
Methods
Name | Description | |
---|---|---|
add_ItemAdded | Infrastructure. Microsoft Internal Use Only. | |
add_ItemRemoved | Infrastructure. Microsoft Internal Use Only. | |
add_ItemRenamed | Infrastructure. Microsoft Internal Use Only. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
remove_ItemAdded | Infrastructure. Microsoft Internal Use Only. | |
remove_ItemRemoved | Infrastructure. Microsoft Internal Use Only. | |
remove_ItemRenamed | Infrastructure. Microsoft Internal Use Only. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
ItemAdded | Occurs immediately after you add a project to a solution or an item to a project. | |
ItemRemoved | Occurs immediately after you remove a project from a solution or a project item from a project. | |
ItemRenamed | Occurs immediately after you rename a project in a solution or a project item in a project. |
Top
Remarks
Refer to ProjectItemsEvents for this functionality. Do not instantiate this class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.