TaskCollectionItem(String) Property
Return a reference to the first task in the collection found with the
specified display name.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public TaskItem this[
string displayName
] { get; }
Public ReadOnly Default Property Item (
displayName As String
) As TaskItem
Get
No code example is currently available or this language may not be supported.
- displayName String
-
The display name of the task to be found.
TaskItem
The tasks in the collection are compared by 'compact name', where
all spaces are removed and a case-insensitive comparison is made.