IProfileService.GetAttributes Method
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
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
)
Tuple<IList<ProfileAttribute^>^, IList<CoreProfileAttribute^>^>^ GetAttributes(
TeamFoundationRequestContext^ requestContext,
Guid id,
AttributesQueryContext^ attributesQueryContext
)
abstract GetAttributes :
requestContext:TeamFoundationRequestContext *
id:Guid *
attributesQueryContext:AttributesQueryContext -> Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>
function GetAttributes(
requestContext : TeamFoundationRequestContext,
id : Guid,
attributesQueryContext : AttributesQueryContext
) : Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- id
Type: System.Guid
- attributesQueryContext
Type: Microsoft.VisualStudio.Services.Profile.AttributesQueryContext
Return Value
Type: System.Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.