Freigeben über


TeamFoundationVersionControlService.QueryWorkspace-Methode (TeamFoundationRequestContext, String, String, Boolean, Boolean, Boolean)

Sucht nach einen bestimmten Arbeitsbereich. Keine oder Platzhalterzeichen NULL-Werte zulässig.

Löst eine Ausnahme nicht gefundene wenn der Arbeitsbereich aus.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Public Function QueryWorkspace ( _
    requestContext As TeamFoundationRequestContext, _
    workspaceName As String, _
    ownerName As String, _
    useCache As Boolean, _
    hideLocalWorkspaces As Boolean, _
    hideWorkspaceWithOptions As Boolean _
) As Workspace
public Workspace QueryWorkspace(
    TeamFoundationRequestContext requestContext,
    string workspaceName,
    string ownerName,
    bool useCache,
    bool hideLocalWorkspaces,
    bool hideWorkspaceWithOptions
)

Parameter

  • workspaceName
    Typ: System.String
    Namen des Arbeitsbereichs, das gesucht wird.
  • ownerName
    Typ: System.String
    Benutzername einschließlich Domäne.
  • useCache
    Typ: System.Boolean
    Ob möglicherweise ein Ergebnis aus Cache am im Arbeitsspeicher zurückgibt.
  • hideLocalWorkspaces
    Typ: System.Boolean
    Gibt true an, um vorzutäuschen, dass lokale Arbeitsbereiche nicht vorhanden sind (für kompatible Clients).

Rückgabewert

Typ: Microsoft.TeamFoundation.VersionControl.Server.Workspace
Der entsprechende Arbeitsbereich.

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationVersionControlService Klasse

QueryWorkspace-Überladung

Microsoft.TeamFoundation.VersionControl.Server-Namespace