Freigeben über


Workstation.GetLocalWorkspaceInfo-Methode (VersionControlServer, String, String)

Ruft die zwischengespeicherten lokalen Arbeitsbereichsinformationen für den angegebenen Arbeitsbereich ab.

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

Syntax

'Declaration
Public Function GetLocalWorkspaceInfo ( _
    sourceControl As VersionControlServer, _
    workspaceName As String, _
    workspaceOwner As String _
) As WorkspaceInfo
public WorkspaceInfo GetLocalWorkspaceInfo(
    VersionControlServer sourceControl,
    string workspaceName,
    string workspaceOwner
)

Parameter

Rückgabewert

Typ: Microsoft.TeamFoundation.VersionControl.Client.WorkspaceInfo
Das WorkspaceInfo-Objekt oder NULL, wenn der Arbeitsbereich nicht gefunden wurde.

.NET Framework-Sicherheit

Siehe auch

Referenz

Workstation Klasse

GetLocalWorkspaceInfo-Überladung

Microsoft.TeamFoundation.VersionControl.Client-Namespace