Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the information nodes in this collection of the specified type.
This method is nonrecursive.
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)
List<IBuildInformationNode> GetNodesByType(
string type
)
List<IBuildInformationNode^>^ GetNodesByType(
String^ type
)
abstract GetNodesByType :
type:string -> List<IBuildInformationNode>
function GetNodesByType(
type : String
) : List<IBuildInformationNode>
Parameters
type
Type: System.StringThe type of nodes to return.
Return Value
Type: System.Collections.Generic.List<IBuildInformationNode>
The list of nodes in this collection of the specified type.
.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.