Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the TeamProject objects in the repository.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function GetAllTeamProjects ( _
refresh As Boolean _
) As TeamProject()
public TeamProject[] GetAllTeamProjects(
bool refresh
)
public:
array<TeamProject^>^ GetAllTeamProjects(
bool refresh
)
member GetAllTeamProjects :
refresh:bool -> TeamProject[]
public function GetAllTeamProjects(
refresh : boolean
) : TeamProject[]
Parameters
- refresh
Type: System.Boolean
True to refresh the team project cache by calling the server. False to return cached projects without a call to server.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.TeamProject[]
The TeamProject objects in the repository.
.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.