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)
Syntax
‘선언
Function GetNode ( _
id As Integer _
) As IBuildInformationNode
IBuildInformationNode GetNode(
int id
)
IBuildInformationNode^ GetNode(
int id
)
abstract GetNode :
id:int -> IBuildInformationNode
function GetNode(
id : int
) : IBuildInformationNode
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.
.NET Framework Security
- 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.