This documentation is archived and is not being maintained.
IBuildInformation::GetNode Method
Visual Studio 2013
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)
Parameters
- id
- Type: System::Int32
Return Value
Type: Microsoft.TeamFoundation.Build.Client::IBuildInformationNodeThe node in this collection that has the specified ID, or null if no node 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: