TaskCollectionItem(String) Property

Return a reference to the first task in the collection found with the specified display name.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public TaskItem this[
	string displayName
] { get; }

Parameters

displayName  String
The display name of the task to be found.

Property Value

TaskItem

Remarks

The tasks in the collection are compared by 'compact name', where all spaces are removed and a case-insensitive comparison is made.

See Also