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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace