ICommonStructureService.GetProjectFromName Method
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function GetProjectFromName ( _
requestContext As TeamFoundationRequestContext, _
projectName As String _
) As CommonStructureProjectInfo
CommonStructureProjectInfo GetProjectFromName(
TeamFoundationRequestContext requestContext,
string projectName
)
CommonStructureProjectInfo^ GetProjectFromName(
TeamFoundationRequestContext^ requestContext,
String^ projectName
)
abstract GetProjectFromName :
requestContext:TeamFoundationRequestContext *
projectName:string -> CommonStructureProjectInfo
function GetProjectFromName(
requestContext : TeamFoundationRequestContext,
projectName : String
) : CommonStructureProjectInfo
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- projectName
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectInfo
.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.