Skip to content

Commit fa991d9

Browse files
Windows.System.User.FindAllAsync(UserType,UserAuthenticationStatus): add Remarks noting deprecation and scope - fixes #1144, #1742
1 parent 549dd91 commit fa991d9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

windows.system/user_findallasync_1333355945.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ The authentication status of users to find.
2323
When this method completes successfully, it returns a list (type [IVectorView](../windows.foundation.collections/ivectorview_1.md)) of [Users](user.md).
2424

2525
## -remarks
26+
> [!WARNING]
27+
> This overload is deprecated. Use [FindAllAsync](user_findallasync_326280522.md) or [GetDefault](user_getdefault_846721868.md) instead.
28+
29+
On desktop platforms, this method returns at most one user—the interactive user associated with the caller's current session. On Xbox, the list may contain multiple users when more than one user is signed in simultaneously. The method does not enumerate all accounts stored on the device.
2630

2731
## -examples
2832

2933
## -see-also
30-
[FindAllAsync](user_findallasync_326280522.md), [FindAllAsync(UserType)](user_findallasync_711678667.md)
34+
[FindAllAsync](user_findallasync_326280522.md), [FindAllAsync(UserType)](user_findallasync_711678667.md)

0 commit comments

Comments
 (0)