Método IProfileService.GetAttributes
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System.Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.