Iterates the list of assignments (defined as resource objects) from a specific task within the component. You should call Initialize(Boolean, Boolean, Boolean) method before this call.

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

Syntax

C#
public IEnumerable<Object> GetAssignedResources(
	TaskItem item
)
Visual Basic (Declaration)
Public Function GetAssignedResources ( _
	item As TaskItem _
) As IEnumerable(Of Object)

See Also