TaskItem(String, String) Constructor
Create a new instance of the TaskItem item.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public TaskItem(
string displayName,
string itemType
)
Public Sub New (
displayName As String,
itemType As String
)
No code example is currently available or this language may not be supported.
Parameters
- displayName String
-
The human-readable display name of the item.
- itemType String
-
Name of the type of item to initialize.