Classification.GetNodeFromPath, méthode
Retourne les informations de nœud pour les informations d'entrée de projet de chemin d'accès est inclus dans le chemin d'accès.
Le format du chemin d'accès est \ProjectName\RootNodeName\NodeNameParent\NodeName
Espace de noms : Microsoft.TeamFoundation.Integration.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
<WebMethodAttribute> _
Public Function GetNodeFromPath ( _
nodePath As String _
) As CommonStructureNodeInfo
[WebMethodAttribute]
public CommonStructureNodeInfo GetNodeFromPath(
string nodePath
)
Paramètres
- nodePath
Type : System.String
Valeur de retour
Type : Microsoft.TeamFoundation.Integration.Server.CommonStructureNodeInfo
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.