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.
Initializes a new instance of the TfsTeamProjectCollection class.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
uri As Uri, _
credentialsProvider As ICredentialsProvider _
)
public TfsTeamProjectCollection(
Uri uri,
ICredentialsProvider credentialsProvider
)
public:
TfsTeamProjectCollection(
Uri^ uri,
ICredentialsProvider^ credentialsProvider
)
new :
uri:Uri *
credentialsProvider:ICredentialsProvider -> TfsTeamProjectCollection
public function TfsTeamProjectCollection(
uri : Uri,
credentialsProvider : ICredentialsProvider
)
Parameters
- uri
Type: System.Uri
The URI of the project collection.
- credentialsProvider
Type: Microsoft.TeamFoundation.Client.ICredentialsProvider
Used to get the credentials when the credentials of the current environment fail.
.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.
See Also
Reference
TfsTeamProjectCollection Class