TfsTeamProjectCollection (Clase)
Resume la infraestructura común para el sistema de Team Foundation y es la clase primaria para los componentes de Team Foundation .
Jerarquía de herencia
System.Object
Microsoft.TeamFoundation.Client.TfsConnection
Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
Espacio de nombres: Microsoft.TeamFoundation.Client
Ensamblado: Microsoft.TeamFoundation.Client (en Microsoft.TeamFoundation.Client.dll)
Sintaxis
'Declaración
Public Class TfsTeamProjectCollection _
Inherits TfsConnection
public class TfsTeamProjectCollection : TfsConnection
El tipo TfsTeamProjectCollection expone los siguientes miembros.
Constructores
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AuthorizedIdentity | Obtiene la identidad que está autorizado para realizar llamadas al servidor que ejecuta Team Foundation Server. (Se hereda de TfsConnection). | |
CachedInstanceId | (Se hereda de TfsConnection). | |
CatalogNode | Obtiene el CatalogNode para este servidor. (Invalida a TfsConnection.CatalogNode). | |
CatalogResourceId | (Se hereda de TfsConnection). | |
ChannelFactory | (Se hereda de TfsConnection). | |
ClientCacheDirectoryForInstance | Obtiene la ruta de acceso que se utiliza para almacenar en caché datos del servidor que está ejecutando Team Foundation Server. (Se hereda de TfsConnection). | |
ClientCredentials | Obtiene las credenciales de esta colección de proyectos. (Se hereda de TfsConnection). | |
ConfigurationServer | Obtiene el TfsConfigurationServer para esta instancia. | |
ConnectivityFailureOnLastWebServiceCall | Indica si se produjo un error en la llamada de servicio web última emitida por este objeto de TfsConnection debido a un error de conectividad. (Se hereda de TfsConnection). | |
Credentials | Obtiene las credenciales para esta instancia de Team Foundation Server . (Se hereda de TfsConnection). | |
Culture | Obtiene o establece el entorno de localización que usa el servidor que ejecuta Team Foundation Server. (Se hereda de TfsConnection). | |
Disposed | (Se hereda de TfsConnection). | |
HasAuthenticated | Obtiene el estado de un marcador que describe si esta instancia de TfsConnection ha autenticado correctamente. (Se hereda de TfsConnection). | |
IdentityToImpersonate | (Se hereda de TfsConnection). | |
InstanceId | Obtiene el GUID que identifica esta conexión de Team Foundation Server . (Se hereda de TfsConnection). | |
IsHostedServer | Devuelve true si el servidor es un servidor Azul- hospedado Windows de Team Foundation Server (Se hereda de TfsConnection). | |
Name | Obtiene el nombre del servidor. (Invalida a TfsConnection.Name). | |
ProxyServer | (Se hereda de TfsConnection). | |
ServerCapabilities | Las capacidades del servidor de TFS (Se hereda de TfsConnection). | |
ServerDataProvider | (Se hereda de TfsConnection). | |
SessionId | Obtiene el GUID que identifica esta instancia del cliente en el servidor. (Se hereda de TfsConnection). | |
TeamFoundationServer | Obsoleto. | |
TimeZone | Obtiene o establece la zona horaria de esta conexión de Team Foundation Server . Se utiliza para convertir las fechas y horas en hora UTC. (Se hereda de TfsConnection). | |
UICulture | La referencia cultural que se utilizará.Toma como valor predeterminado la CultureInfo.CurrentUICulture. (Se hereda de TfsConnection). | |
Uri | Obtiene el identificador uniforme de recursos (URI) para esta conexión de Team Foundation Server . (Se hereda de TfsConnection). |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Authenticate | Autentica la conexión a Team Foundation Server mediante el proveedor especificado de credenciales. (Se hereda de TfsConnection). | |
Connect | Se conecta a un servidor que ejecute Team Foundation Server y devuelve información basada en connectOptions. (Se hereda de TfsConnection). | |
CreateInternalProxy | (Se hereda de TfsConnection). | |
CreateServiceInstance | (Se hereda de TfsConnection). | |
Disconnect | (Se hereda de TfsConnection). | |
Dispose | Notifies relacionados a los objetos de disponibilidad y elimina de esta instancia de TfsConnection. (Se hereda de TfsConnection). | |
EnsureAuthenticated | Autentica la conexión a Team Foundation Server si no se ha autenticado anteriormente. (Se hereda de TfsConnection). | |
Equals | Retornos true del objeto especificado es igual a este TfsConnection. Igualdad se define comparando el URL completas de los dos TfsConnections (Se hereda de TfsConnection). | |
Finalize | Permite que un objeto intente liberar recursos y realizar otras operaciones de limpieza antes de ser reclamado por la recolección de elementos no utilizados. (Se hereda de Object). | |
FlushServices | (Se hereda de TfsConnection). | |
GetAuthenticatedIdentity | Obtiene la identidad que autenticó con el servidor. (Se hereda de TfsConnection). | |
GetFullyQualifiedUriForName | Obtiene el URI del servidor asociado al nombre especificado. | |
GetHashCode | Obtiene el código hash de esta instancia de TfsConnection. (Se hereda de TfsConnection). | |
GetService(Type) | Obtiene el servicio solicitado. (Se hereda de TfsConnection). | |
GetService<T>() | Obtiene el servicio solicitado. (Se hereda de TfsConnection). | |
GetServiceInstance | (Invalida a TfsConnection.GetServiceInstance(Type, Object)). | |
GetType | Obtiene el objeto Type de la instancia actual. (Se hereda de Object). | |
InitializeTeamFoundationObject | (Invalida a TfsConnection.InitializeTeamFoundationObject(String, Object)). | |
MemberwiseClone | Crea una copia superficial del objeto Object actual. (Se hereda de Object). | |
OnConnectivityFailureStatusChanged | Desencadena el evento de ConnectivityFailureStatusChanged. (Se hereda de TfsConnection). | |
ToString | Obtiene el nombre de la instancia de TfsConnection. (Se hereda de TfsConnection). |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
ConnectivityFailureStatusChanged | Se provoca este evento cuando el valor del marcador de ConnectivityFailureOnLastWebServiceCall. (Se hereda de TfsConnection). | |
CredentialsChanged | Se provoca este evento cuando las credenciales del cambio del objeto de TeamFoundationServer. (Se hereda de TfsConnection). |
Arriba
Comentarios
Infraestructura común para todos los componentes de TfsTeamProjectCollection:
Detectar una colección de proyectos.
Proporcionar las credenciales del usuario.
Proporcionar la información de globalización.
Proyectos de equipo de acceso.
Seguridad para subprocesos
Todos los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.