Iterates the critical items of the project consisting of all standard tasks 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> GetCriticalItems()
Visual Basic (Declaration)
Public Function GetCriticalItems As IEnumerable(Of TaskItem)

See Also