Classification.GetNodeFromPath Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function GetNodeFromPath ( _
nodePath As String _
) As NodeInfo
[WebMethodAttribute]
public NodeInfo GetNodeFromPath(
string nodePath
)
[WebMethodAttribute]
public:
NodeInfo^ GetNodeFromPath(
String^ nodePath
)
[<WebMethodAttribute>]
member GetNodeFromPath :
nodePath:string -> NodeInfo
public function GetNodeFromPath(
nodePath : String
) : NodeInfo
Parameters
- nodePath
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Server.NodeInfo
.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.