Freigeben über


TeamFoundationVersionControlService.QueryWorkspace-Methode (TeamFoundationRequestContext, String, String, 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 _
) As Workspace
public Workspace QueryWorkspace(
    TeamFoundationRequestContext requestContext,
    string workspaceName,
    string ownerName,
    bool useCache
)

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.

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