Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets all the corresponding TeamConfiguration objects for the project that the current user belongs to.
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
)
public:
IEnumerable<TeamConfiguration^>^ GetTeams(
String^ projectUri
)
member GetTeams :
projectUri:string -> IEnumerable<TeamConfiguration>
public function GetTeams(
projectUri : String
) : IEnumerable<TeamConfiguration>
Parameters
projectUri
Type: System.StringThe team project Uri
Return Value
Type: System.Collections.Generic.IEnumerable<TeamConfiguration>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.