TfsTeamProjectCollection Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
TfsTeamProjectCollection(Uri) | Initializes a new instance of the TfsTeamProjectCollection class. | |
TfsTeamProjectCollection(RegisteredProjectCollection) | Initializes a new instance of the TfsTeamProjectCollection class. | |
TfsTeamProjectCollection(Uri, ICredentialsProvider) | Initializes a new instance of the TfsTeamProjectCollection class. | |
TfsTeamProjectCollection(Uri, IdentityDescriptor) | Initializes a new instance of the TfsTeamProjectCollection class. | |
TfsTeamProjectCollection(Uri, ICredentials) | Initializes a new instance of the TfsTeamProjectCollection class. | |
TfsTeamProjectCollection(RegisteredProjectCollection, IdentityDescriptor) | Initializes a new instance of the TfsTeamProjectCollection class. | |
TfsTeamProjectCollection(Uri, ICredentials, ICredentialsProvider) | Initializes a new instance of the TfsTeamProjectCollection class. | |
TfsTeamProjectCollection(RegisteredProjectCollection, ICredentials, ICredentialsProvider) | Initializes a new instance of the TfsTeamProjectCollection class. | |
TfsTeamProjectCollection(Uri, ICredentials, ICredentialsProvider, IdentityDescriptor) | Initializes a new instance of the TfsTeamProjectCollection class. | |
TfsTeamProjectCollection(RegisteredProjectCollection, ICredentials, ICredentialsProvider, IdentityDescriptor) | Initializes a new instance of the TfsTeamProjectCollection class. |
Top