Anteckning
Å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.
Retrieves detailed information about the version control service on this Team Project Collection.
This information includes: -> Number of version control identities -> Number of workspaces -> Number of shelvesets -> Number of files in version control at version T -> Number of folders in version control at version T -> Number of changesets committed -> Total number of pending changes in all workspaces and shelvesets.
Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Function QueryRepositoryInformation ( _
    requestContext As TeamFoundationRequestContext _
) As AdminRepositoryInfo
public AdminRepositoryInfo QueryRepositoryInformation(
    TeamFoundationRequestContext requestContext
)
public:
AdminRepositoryInfo^ QueryRepositoryInformation(
    TeamFoundationRequestContext^ requestContext
)
member QueryRepositoryInformation : 
        requestContext:TeamFoundationRequestContext -> AdminRepositoryInfo
public function QueryRepositoryInformation(
    requestContext : TeamFoundationRequestContext
) : AdminRepositoryInfo
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext 
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Server.AdminRepositoryInfo
An AdminRepositoryInfo object containing the relevant information.
.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.