IProfileService.GetAttributes-Methode
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
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- id
Typ: System.Guid
- attributesQueryContext
Typ: Microsoft.VisualStudio.Services.Profile.AttributesQueryContext
Rückgabewert
Typ: System.Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.