Compartir a través de


TeamFoundationConnectedServicesService.GetConnectedService (Método)

Obtiene toda la información confidencial (incluida para un servicio conectado.

Espacio de nombres:  Microsoft.TeamFoundation.Server.Core
Ensamblado:  Microsoft.TeamFoundation.Server.Core (en Microsoft.TeamFoundation.Server.Core.dll)

Sintaxis

'Declaración
Public Function GetConnectedService ( _
    requestContext As TeamFoundationRequestContext, _
    name As String, _
    teamProject As String _
) As ConnectedService
public ConnectedService GetConnectedService(
    TeamFoundationRequestContext requestContext,
    string name,
    string teamProject
)

Parámetros

  • name
    Tipo: System.String
    Nombre de servicios como identificador blanco ciela de pertenencia
  • teamProject
    Tipo: System.String
    El nombre del proyecto asociado a este servicio.

Valor devuelto

Tipo: Microsoft.TeamFoundation.Server.Core.ConnectedService
Un ConnectedService con todos los datos o NULL asociados si no existe.

Seguridad de .NET Framework

Vea también

Referencia

TeamFoundationConnectedServicesService Clase

Microsoft.TeamFoundation.Server.Core (Espacio de nombres)