This documentation is archived and is not being maintained.

InformationNodeConverters::GetActivityTracking Method (IBuildDetail, Int32)

Gets an activity tracking node from the specified build with the specified ID.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

public:
static IActivityTracking^ GetActivityTracking(
	IBuildDetail^ build, 
	int nodeId
)

Parameters

build
Type: Microsoft.TeamFoundation.Build.Client::IBuildDetail

The build from which the activity tracking node will be retrieved.

nodeId
Type: System::Int32

The ID of the activity tracking node.

Return Value

Type: Microsoft.TeamFoundation.Build.Client::IActivityTracking
The matched activity tracking node, or null if none was found.

Show: