Edit

Share via


ProfileService.GetUserProfilesAsync(IVectorView<String>) Method

Definition

public Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.Social.XboxUserProfile>> GetUserProfilesAsync (Windows.Foundation.Collections.IVectorView<string> xboxUserIds);
abstract member GetUserProfilesAsync : Windows.Foundation.Collections.IVectorView<string> -> Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.Social.XboxUserProfile>>
override this.GetUserProfilesAsync : Windows.Foundation.Collections.IVectorView<string> -> Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.Social.XboxUserProfile>>
Public Function GetUserProfilesAsync (xboxUserIds As IVectorView(Of String)) As IAsyncOperation(Of IVectorView(Of XboxUserProfile))

Parameters

xboxUserIds
Windows.Foundation.Collections.IVectorView<String>

Returns

Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<XboxUserProfile>>

Implements

Microsoft.Xbox.Services.Social.__IProfileServicePublicNonVirtuals.GetUserProfilesAsync(Windows.Foundation.Collections.IVectorView{System.String})

Applies to