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
- teamFoundationServer
Typ: Microsoft.TeamFoundation.Client.TeamFoundationServer
Das TeamFoundationServer, das den Arbeitsbereich hostet.
Rückgabewert
Typ: Microsoft.TeamFoundation.VersionControl.Client.Workspace
Das Arbeitsbereichsobjekt, das dieser WorkspaceInfo-Instanz zugeordnet ist.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.