Iterates the list of standard task assignments (defined as task items) for a specific resource 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<TaskItem> GetAssignedItems(
	Object resource
)
Visual Basic (Declaration)
Public Function GetAssignedItems ( _
	resource As Object _
) As IEnumerable(Of TaskItem)

Parameters

resource
Type: System..::..Object

See Also