Freigeben über


InformationNodeConverters.GetBuildProjectNode-Methode

Ruft den Projektknoten mit dem entsprechenden lokalen Pfad oder NULL ab, wenn kein solcher Block gefunden wird.

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
)

Parameter

Rückgabewert

Typ: Microsoft.TeamFoundation.Build.Client.IBuildProjectNode
Der entsprechende Projektknoten.

.NET Framework-Sicherheit

Siehe auch

Referenz

InformationNodeConverters Klasse

Microsoft.TeamFoundation.Build.Client-Namespace