This documentation is archived and is not being maintained.
TfsTeamProjectCollection Class
Visual Studio 2010
Abstracts common infrastructure for the Team Foundation system and is the parent class for Team Foundation components.
System.Object
Microsoft.TeamFoundation.Client.TfsConnection
Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
Microsoft.TeamFoundation.Client.TfsConnection
Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The TfsTeamProjectCollection type exposes the following members.
| 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. |
| Name | Description | |
|---|---|---|
![]() | AuthorizedIdentity | Gets the identity that is authorized to make calls to the server that is running Team Foundation Server. (Inherited from TfsConnection.) |
![]() | CatalogNode | Gets the CatalogNode for this server. (Overrides TfsConnection.CatalogNode.) |
![]() | CatalogResourceId | (Inherited from TfsConnection.) |
![]() | ClientCacheDirectoryForInstance | Gets the path of the directory that is used to cache data from the server that is running Team Foundation Server. (Inherited from TfsConnection.) |
![]() | ConfigurationServer | Gets the TfsConfigurationServer for this instance. |
![]() | Credentials | Gets the credentials for this Team Foundation Server instance. (Inherited from TfsConnection.) |
![]() | Culture | Gets or sets the localization environment that is used by the server that is running Team Foundation Server. (Inherited from TfsConnection.) |
![]() | HasAuthenticated | Gets the status of a flag that describes whether this TfsConnection instance has successfully authenticated. (Inherited from TfsConnection.) |
![]() | InstanceId | Gets the GUID that identifies this Team Foundation Server connection. (Inherited from TfsConnection.) |
![]() | Name | Gets the name of the server. (Overrides TfsConnection.Name.) |
![]() | SessionId | Gets the GUID that identifies this instance of the client to the server. (Inherited from TfsConnection.) |
![]() | TimeZone | Gets or sets the time zone of this Team Foundation Server connection. Used to convert dates and times to UTC. (Inherited from TfsConnection.) |
![]() | Uri | Gets the uniform resource identifier (URI) for this Team Foundation Server connection. (Inherited from TfsConnection.) |
| Name | Description | |
|---|---|---|
![]() | Authenticate | Authenticates the connection to Team Foundation Server by using the specified credentials provider. (Inherited from TfsConnection.) |
![]() | Connect | Connects to a server that is running Team Foundation Server and returns information based on connectOptions. (Inherited from TfsConnection.) |
![]() | CreateInternalProxy | (Inherited from TfsConnection.) |
![]() | CreateServiceInstance | (Inherited from TfsConnection.) |
![]() | Dispose | Notifies related objects of disposal and disposes of this instance of TfsConnection. (Inherited from TfsConnection.) |
![]() | EnsureAuthenticated | Authenticates the connection to Team Foundation Server if it has not been previously authenticated. (Inherited from TfsConnection.) |
![]() | Equals | (Inherited from TfsConnection.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAuthenticatedIdentity | Gets the identity that authenticated with the server. (Inherited from TfsConnection.) |
![]() ![]() | GetFullyQualifiedUriForName | Gets the URI of the server that is associated with the specified name. |
![]() | GetHashCode | Gets the hash code of this TfsConnection instance. (Inherited from TfsConnection.) |
![]() | GetService(Type) | Gets the requested service. (Inherited from TfsConnection.) |
![]() | GetService(T)() | Gets the requested service. (Inherited from TfsConnection.) |
![]() | GetServiceInstance | (Overrides TfsConnection.GetServiceInstance(Type, Object).) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeTeamFoundationObject | (Overrides TfsConnection.InitializeTeamFoundationObject(String, Object).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Gets the name of the TfsConnection instance. (Inherited from TfsConnection.) |
| Name | Description | |
|---|---|---|
![]() | CredentialsChanged | This event is raised when the credentials of the TeamFoundationServer object change. (Inherited from TfsConnection.) |
Show:
