This documentation is archived and is not being maintained.
InformationNodeConverters::GetActivityTracking Method (IBuildInformation, String)
Visual Studio 2013
Gets an activity tracking node from the specified build information object that has the specified instance ID.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
public: static IActivityTracking^ GetActivityTracking( IBuildInformation^ buildInformation, String^ activityInstanceId )
Parameters
- buildInformation
- Type: Microsoft.TeamFoundation.Build.Client::IBuildInformation
The build information object from which the activity tracking nodes will be retrieved.
- activityInstanceId
- Type: System::String
The context 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: