This documentation is archived and is not being maintained.

IBuildInformation::GetNode Method

Gets the information node in this collection that has the specified ID.

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

IBuildInformationNode^ GetNode(
	int id
)

Parameters

id
Type: System::Int32

Return Value

Type: Microsoft.TeamFoundation.Build.Client::IBuildInformationNode
The node in this collection that has the specified ID, or null if no node was found.

Show: