FrameworkProfileHttpClient.GetAttributesAsync-Methode (Guid, AttributesQueryContext, Object)
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Function GetAttributesAsync ( _
id As Guid, _
attributesQueryContext As AttributesQueryContext, _
userState As Object _
) As Task(Of Tuple(Of IList(Of ProfileAttribute), IList(Of CoreProfileAttribute)))
public virtual Task<Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>> GetAttributesAsync(
Guid id,
AttributesQueryContext attributesQueryContext,
Object userState
)
Parameter
- id
Typ: System.Guid
- attributesQueryContext
Typ: Microsoft.VisualStudio.Services.Profile.AttributesQueryContext
- userState
Typ: System.Object
Rückgabewert
Typ: System.Threading.Tasks.Task<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.