Freigeben über


WorkspaceInfo.GetWorkspace-Methode (TeamFoundationServer)

Hinweis: Diese API ist mittlerweile veraltet.

Ruft das Arbeitsbereichsobjekt aufweisen wie diese WorkspaceInfo-Instanz ab.

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

Syntax

'Declaration
<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")> _
Public Function GetWorkspace ( _
    teamFoundationServer As TeamFoundationServer _
) As Workspace
[ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")]
public Workspace GetWorkspace(
    TeamFoundationServer teamFoundationServer
)

Parameter

Rückgabewert

Typ: Microsoft.TeamFoundation.VersionControl.Client.Workspace
Das Arbeitsbereichsobjekt, das dieser WorkspaceInfo-Instanz zugeordnet ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

WorkspaceInfo Klasse

GetWorkspace-Überladung

Microsoft.TeamFoundation.VersionControl.Client-Namespace