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 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.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.
.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.