_dispProjectItemsEvents Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("6962753F-EFD5-41C5-B083-D70687166AEB")> _
Public Interface _dispProjectItemsEvents
[InterfaceTypeAttribute()]
[GuidAttribute("6962753F-EFD5-41C5-B083-D70687166AEB")]
public interface _dispProjectItemsEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"6962753F-EFD5-41C5-B083-D70687166AEB")]
public interface class _dispProjectItemsEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("6962753F-EFD5-41C5-B083-D70687166AEB")>]
type _dispProjectItemsEvents = interface end
public interface _dispProjectItemsEvents
The _dispProjectItemsEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
ItemAdded | Infrastructure. Microsoft Internal Use Only. | |
ItemRemoved | Infrastructure. Microsoft Internal Use Only. | |
ItemRenamed | Infrastructure. Microsoft Internal Use Only. |
Top