IWbs.GetTaskByGuid Method
Gets the existing task by its ITask.Guid (not by HexID).
Function GetTaskByGuid( _
ByVal guid As String _
) As ITask
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Parameters
-
guid
-
string
The GUID (not HexID) of the task/branch.
Return Value
ITask
The task with specified GUID. null reference (Nothing in Visual Basic) if not found.
Available since 7.21.879.
.NET Framework
Supported in: 4.8, 4.7, 4.6, 4.5.2