Propriedade TaskProvider.Tasks

Obtém uma coleção de tarefas, que o provedor de tarefas oferece.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Public ReadOnly Property Tasks As ICollection(Of Task)
    Get
public ICollection<Task> Tasks { get; }
public:
property ICollection<Task^>^ Tasks {
    ICollection<Task^>^ get ();
}
member Tasks : ICollection<Task>
function get Tasks () : ICollection<Task>

Valor de propriedade

Tipo: System.Collections.Generic.ICollection<Task>
Um ICollection<T> que contém todas as tarefas que esta TaskProvider ofertas.

Segurança do .NET Framework

Consulte também

Referência

TaskProvider Classe

Namespace Microsoft.Windows.Design.Interaction

Outros recursos

Noções básicas sobre extensibilidade Designer WPF