WorkspaceInfo.GetWorkspace-Methode (TfsTeamProjectCollection)
Ruft das Arbeitsbereichsobjekt die der diese WorkspaceInfo-Instanz ab.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function GetWorkspace ( _
teamProjectCollection As TfsTeamProjectCollection _
) As Workspace
public Workspace GetWorkspace(
TfsTeamProjectCollection teamProjectCollection
)
Parameter
- teamProjectCollection
Typ: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
Das TfsTeamProjectCollection, 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.