Freigeben über


TpcTeamStore.GetTeams-Methode

Ruft alle entsprechenden TeamConfiguration-Objekte für das Projekt ab, dass der aktuelle Benutzer angehört.

Namespace:  Microsoft.VisualStudio.Services.Integration
Assembly:  Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)

Syntax

'Declaration
Public Function GetTeams ( _
    projectUri As String _
) As IEnumerable(Of TeamConfiguration)
public IEnumerable<TeamConfiguration> GetTeams(
    string projectUri
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<TeamConfiguration>

.NET Framework-Sicherheit

Siehe auch

Referenz

TpcTeamStore Klasse

Microsoft.VisualStudio.Services.Integration-Namespace