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
- buildInformation
Typ: Microsoft.TeamFoundation.Build.Client.IBuildInformation
Die Buildinformationen zu suchen.
- localPath
Typ: System.String
Der gewünschte lokale Pfad.
- targets
Typ: System.String
Der Name des Projektknotens.
Rückgabewert
Typ: Microsoft.TeamFoundation.Build.Client.IBuildProjectNode
Der entsprechende Projektknoten.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.