ProfileService.GetUserProfilesAsync(IVectorView<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Implements
Microsoft.Xbox.Services.Social.__IProfileServicePublicNonVirtuals.GetUserProfilesAsync(Windows.Foundation.Collections.IVectorView{System.String})