CommonStructureService.GetNodeFromPath Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
‘선언
Public Function GetNodeFromPath ( _
requestContext As TeamFoundationRequestContext, _
nodePath As String _
) As NodeInfo
public NodeInfo GetNodeFromPath(
TeamFoundationRequestContext requestContext,
string nodePath
)
public:
NodeInfo^ GetNodeFromPath(
TeamFoundationRequestContext^ requestContext,
String^ nodePath
)
member GetNodeFromPath :
requestContext:TeamFoundationRequestContext *
nodePath:string -> NodeInfo
public function GetNodeFromPath(
requestContext : TeamFoundationRequestContext,
nodePath : String
) : NodeInfo
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- 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.