This documentation is archived and is not being maintained.
InformationNodeConverters::GetBuildProjectNode Method
Visual Studio 2013
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::IBuildProjectNodeThe corresponding project node.
- 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.
Show: