Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.Services.Profile.Client
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Overridable Function GetAttributesAsync ( _
    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(
    AttributesQueryContext attributesQueryContext,
    Object userState
)
public:
virtual Task<Tuple<IList<ProfileAttribute^>^, IList<CoreProfileAttribute^>^>^>^ GetAttributesAsync(
    AttributesQueryContext^ attributesQueryContext, 
    Object^ userState
)
abstract GetAttributesAsync : 
        attributesQueryContext:AttributesQueryContext * 
        userState:Object -> Task<Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>> 
override GetAttributesAsync : 
        attributesQueryContext:AttributesQueryContext * 
        userState:Object -> Task<Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>> 
public function GetAttributesAsync(
    attributesQueryContext : AttributesQueryContext, 
    userState : Object
) : Task<Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>>
Parameters
- attributesQueryContext
 Type: Microsoft.VisualStudio.Services.Profile.AttributesQueryContext
- userState
 Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<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.