Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetProject ( _
projectUri As String _
) As ProjectInfo
ProjectInfo GetProject(
string projectUri
)
ProjectInfo^ GetProject(
String^ projectUri
)
abstract GetProject :
projectUri:string -> ProjectInfo
function GetProject(
projectUri : String
) : ProjectInfo
Parameters
- projectUri
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Server.ProjectInfo
Returns 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.