This documentation is archived and is not being maintained.
InformationNodeConverters::GetActivityTracking Method (IBuildDetail, Int32)
Visual Studio 2013
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::IActivityTrackingThe matched activity tracking node, or null if none was found.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: