편집

다음을 통해 공유


TitleCallableUI.ShowPlayerPickerUIForUser Method

Definition

public static Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<string>> ShowPlayerPickerUIForUser (string promptDisplayText, Windows.Foundation.Collections.IVectorView<string> xboxUserIds, Windows.Foundation.Collections.IVectorView<string> preselectedXboxUserIds, uint minSelectionCount, uint maxSelectionCount, Windows.System.User user);
static member ShowPlayerPickerUIForUser : string * Windows.Foundation.Collections.IVectorView<string> * Windows.Foundation.Collections.IVectorView<string> * uint32 * uint32 * Windows.System.User -> Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<string>>

Parameters

promptDisplayText
String
xboxUserIds
Windows.Foundation.Collections.IVectorView<String>
preselectedXboxUserIds
Windows.Foundation.Collections.IVectorView<String>
minSelectionCount
UInt32
maxSelectionCount
UInt32
user
Windows.System.User

Returns

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

Applies to