_dispProjectsEvents 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
<GuidAttribute("7F508D55-627F-4D7F-BE0B-9E3D829FF0ED")> _
<InterfaceTypeAttribute()> _
Public Interface _dispProjectsEvents
[GuidAttribute("7F508D55-627F-4D7F-BE0B-9E3D829FF0ED")]
[InterfaceTypeAttribute()]
public interface _dispProjectsEvents
[GuidAttribute(L"7F508D55-627F-4D7F-BE0B-9E3D829FF0ED")]
[InterfaceTypeAttribute()]
public interface class _dispProjectsEvents
[<GuidAttribute("7F508D55-627F-4D7F-BE0B-9E3D829FF0ED")>]
[<InterfaceTypeAttribute()>]
type _dispProjectsEvents = interface end
public interface _dispProjectsEvents
The _dispProjectsEvents 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