Compartir a través de


IProfileService.GetAttribute (Método)

Recupera el objeto de atributo para el atrribute determinado y el descriptor del perfil.

Espacio de nombres:  Microsoft.VisualStudio.Services.Profile
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
Function GetAttribute ( _
    requestContext As TeamFoundationRequestContext, _
    id As Guid, _
    descriptor As AttributeDescriptor _
) As ProfileAttribute
ProfileAttribute GetAttribute(
    TeamFoundationRequestContext requestContext,
    Guid id,
    AttributeDescriptor descriptor
)

Parámetros

  • id
    Tipo: System.Guid
    Guid de la identidad en la que se asocia el perfil.Existe una asignación 1 a 1 entre una identidad y un perfil

Valor devuelto

Tipo: Microsoft.VisualStudio.Services.Profile.ProfileAttribute
Un objeto de ProfileAttribute que contiene el nombre, el valor y una marca de tiempo de la última modificación

Excepciones

Excepción Condición
ProfileAttributeNotFoundException

Si se especifica el atributo no existe.

Seguridad de .NET Framework

Vea también

Referencia

IProfileService Interfaz

Microsoft.VisualStudio.Services.Profile (Espacio de nombres)