Share via


TaskProvider.Tasks Property

Gets a collection of tasks this task provider offers.

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

Syntax

'Declaration
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>

Property Value

Type: System.Collections.Generic.ICollection<Task>
An ICollection<T> that contains all of the tasks that this TaskProvider offers.

.NET Framework Security

See Also

Reference

TaskProvider Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Understanding WPF Designer Extensibility