IBuildInformation.GetNodesByType Method

Gets the information nodes in nodes (non-recursive) with the specified type.

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

Syntax

'Declaration
Function GetNodesByType ( _
    type As String _
) As List(Of IBuildInformationNode)
'Usage
Dim instance As IBuildInformation 
Dim type As String 
Dim returnValue As List(Of IBuildInformationNode)

returnValue = instance.GetNodesByType(type)
List<IBuildInformationNode> GetNodesByType(
    string type
)
List<IBuildInformationNode^>^ GetNodesByType(
    String^ type
)
function GetNodesByType(
    type : String
) : List<IBuildInformationNode>

Parameters

  • type
    Type: System.String

    The type for which nodes are returned.

Return Value

Type: System.Collections.Generic.List<IBuildInformationNode>
Returns the type for which nodes are returned.

.NET Framework Security

See Also

Reference

IBuildInformation Interface

IBuildInformation Members

Microsoft.TeamFoundation.Build.Client Namespace