This documentation is archived and is not being maintained.

InformationNodeConverters::GetBuildProjectNode Method

Gets the project node with the corresponding local path, or null if none is found.

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

public:
static IBuildProjectNode^ GetBuildProjectNode(
	IBuildInformation^ buildInformation, 
	String^ localPath, 
	String^ targets
)

Parameters

buildInformation
Type: Microsoft.TeamFoundation.Build.Client::IBuildInformation

The build information to search.

localPath
Type: System::String

The desired local path.

targets
Type: System::String

The name of the project node.

Return Value

Type: Microsoft.TeamFoundation.Build.Client::IBuildProjectNode
The corresponding project node.

Show: