Tool.Tasks Property

Gets the set of tasks this tool provides.

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

Syntax

'Declaration
Public ReadOnly Property Tasks As Collection(Of Task)
    Get
public Collection<Task> Tasks { get; }
public:
property Collection<Task^>^ Tasks {
    Collection<Task^>^ get ();
}
member Tasks : Collection<Task>
function get Tasks () : Collection<Task>

Property Value

Type: System.Collections.ObjectModel.Collection<Task>
A Collection<T> of tasks this tool provides.

Remarks

The set of tasks available to a tool includes this collection and the tasks on adorners that the mouse is currently over.

.NET Framework Security

See Also

Reference

Tool Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Tool Architecture

WPF Designer Extensibility Architecture