TaskCollectionAdd(String) Method
Add a task to the collection by display name.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public TaskItem Add(
string displayName
)
Public Function Add (
displayName As String
) As TaskItem
No code example is currently available or this language may not be supported.
- displayName String
-
Name of the task to create.
TaskItem
Newly created and added task, if legitimate. Otherwise, null.