ProjectTaskUtilIsTaskType Method
Return a value indicating whether the specified task is of a task type.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static bool IsTaskType(
TaskItem task
)
Public Shared Function IsTaskType (
task As TaskItem
) As Boolean
No code example is currently available or this language may not be supported.
- task TaskItem
-
Reference to the task to inspect.
Boolean
True if the provided item has a task type. Otherwise, false.