Enumerates or populates the assignment item collection of this TaskItem. When setting this property you must use an IAssignmentItem object collection.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
[BindableAttribute(true)]
IEnumerable<IAssignmentItem> ITaskItem.Assignments { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Private Property Assignments As IEnumerable(Of IAssignmentItem)
	Implements ITaskItem.Assignments

Implements

ITaskItem..::.Assignments

See Also