TaskListEventsClass Classe

Definição

Somente para uso interno da Microsoft.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public ref class TaskListEventsClass : EnvDTE::TaskListEvents
[Windows::Foundation::Metadata::WebHostHidden]
class TaskListEventsClass : EnvDTE::TaskListEvents
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispTaskListEvents\0")]
[System.Runtime.InteropServices.Guid("29617ACD-7859-4328-BE09-298F91F48196")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class TaskListEventsClass : EnvDTE.TaskListEvents
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispTaskListEvents\0")>]
[<System.Runtime.InteropServices.Guid("29617ACD-7859-4328-BE09-298F91F48196")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type TaskListEventsClass = class
    interface _TaskListEvents
    interface TaskListEvents
    interface _dispTaskListEvents_Event
Public Class TaskListEventsClass
Implements TaskListEvents
Herança
TaskListEventsClass
Atributos
Implementações

Comentários

Consulte TaskListEvents para essa funcionalidade. Não crie uma instância desta classe.

Construtores

TaskListEventsClass()

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

Métodos

add_TaskAdded(_dispTaskListEvents_TaskAddedEventHandler)
add_TaskModified(_dispTaskListEvents_TaskModifiedEventHandler)
add_TaskNavigated(_dispTaskListEvents_TaskNavigatedEventHandler)
add_TaskRemoved(_dispTaskListEvents_TaskRemovedEventHandler)
remove_TaskAdded(_dispTaskListEvents_TaskAddedEventHandler)
remove_TaskModified(_dispTaskListEvents_TaskModifiedEventHandler)
remove_TaskNavigated(_dispTaskListEvents_TaskNavigatedEventHandler)
remove_TaskRemoved(_dispTaskListEvents_TaskRemovedEventHandler)

Eventos

TaskAdded

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

Ocorre quando um novo item é adicionado à lista de tarefas.

TaskModified

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

Ocorre quando um item no lista de tarefas é modificado.

TaskNavigated

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

Ocorre imediatamente antes de você navegar até a origem de um item no lista de tarefas.

TaskRemoved

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

Ocorre quando uma tarefa é removida da lista de tarefas.

Aplica-se a