_dispTaskListEvents 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("1125C423-49BD-11D2-8823-00C04FB6C6FF")> _
Public Interface _dispTaskListEvents
[InterfaceTypeAttribute()]
[GuidAttribute("1125C423-49BD-11D2-8823-00C04FB6C6FF")]
public interface _dispTaskListEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"1125C423-49BD-11D2-8823-00C04FB6C6FF")]
public interface class _dispTaskListEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("1125C423-49BD-11D2-8823-00C04FB6C6FF")>]
type _dispTaskListEvents = interface end
public interface _dispTaskListEvents
The _dispTaskListEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
TaskAdded | Infrastructure. Microsoft Internal Use Only. | |
TaskModified | Infrastructure. Microsoft Internal Use Only. | |
TaskNavigated | Infrastructure. Microsoft Internal Use Only. | |
TaskRemoved | Infrastructure. Microsoft Internal Use Only. |
Top