IProfileService.GetAttributes (Método)
Espacio de nombres: Microsoft.VisualStudio.Services.Profile
Ensamblado: Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxis
'Declaración
Function GetAttributes ( _
requestContext As TeamFoundationRequestContext, _
id As Guid, _
attributesQueryContext As AttributesQueryContext _
) As Tuple(Of IList(Of ProfileAttribute), IList(Of CoreProfileAttribute))
Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>> GetAttributes(
TeamFoundationRequestContext requestContext,
Guid id,
AttributesQueryContext attributesQueryContext
)
Parámetros
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- id
Tipo: System.Guid
- attributesQueryContext
Tipo: Microsoft.VisualStudio.Services.Profile.AttributesQueryContext
Valor devuelto
Tipo: System.Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.Services.Profile (Espacio de nombres)