Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
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.