ProfileHttpClientBase.GetAttributesAsync-Methode
Namespace: Microsoft.VisualStudio.Services.Profile.Client
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Protected Overridable Function GetAttributesAsync ( _
attributesQueryContext As AttributesQueryContext, _
id As String, _
userState As Object _
) As Task(Of Tuple(Of IList(Of ProfileAttribute), IList(Of CoreProfileAttribute)))
protected virtual Task<Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>> GetAttributesAsync(
AttributesQueryContext attributesQueryContext,
string id,
Object userState
)
Parameter
- attributesQueryContext
Typ: Microsoft.VisualStudio.Services.Profile.AttributesQueryContext
- id
Typ: System.String
- 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.