DependencyCollectionAdd(String, DependencyTypeEnum) Method
Add an item to the collection by member values.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public DependencyItem Add(
string dependencyTaskDisplayName,
DependencyTypeEnum dependencyType
)
Public Function Add (
dependencyTaskDisplayName As String,
dependencyType As DependencyTypeEnum
) As DependencyItem
No code example is currently available or this language may not be supported.
- dependencyTaskDisplayName String
-
Display name of the task upon which this item will be dependent.
- dependencyType DependencyTypeEnum
-
The type of dependency to set on the specified task.
DependencyItem
Reference to the newly created and added dependency, if legitimate.
Otherwise, null.