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