Share via


TaskProvider.Tasks Property

Gets a collection of tasks this task provider offers.

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

Syntax

'Declaration
Public ReadOnly Property Tasks As ICollection(Of Task)
'Usage
Dim instance As TaskProvider 
Dim value As ICollection(Of Task)

value = instance.Tasks
public ICollection<Task> Tasks { get; }
public:
property ICollection<Task^>^ Tasks {
    ICollection<Task^>^ get ();
}
public 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

TaskProvider Members

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Understanding WPF Designer Extensibility