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)
Syntax
'Declaration
Public Shared Function GetBuildProjectNode ( _
buildInformation As IBuildInformation, _
localPath As String, _
targets As String _
) As IBuildProjectNode
public static IBuildProjectNode GetBuildProjectNode(
IBuildInformation buildInformation,
string localPath,
string targets
)
public:
static IBuildProjectNode^ GetBuildProjectNode(
IBuildInformation^ buildInformation,
String^ localPath,
String^ targets
)
static member GetBuildProjectNode :
buildInformation:IBuildInformation *
localPath:string *
targets:string -> IBuildProjectNode
public static function GetBuildProjectNode(
buildInformation : IBuildInformation,
localPath : String,
targets : String
) : IBuildProjectNode
Parameters
buildInformation
Type: Microsoft.TeamFoundation.Build.Client.IBuildInformationThe build information to search.
localPath
Type: System.StringThe desired local path.
targets
Type: System.StringThe name of the project node.
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildProjectNode
The corresponding project node.
.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.