User Klasse

Definition

Stellt einen Benutzer dar.

public ref class User sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class User final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class User final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class User
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class User
Public NotInheritable Class User
Vererbung
Object Platform::Object IInspectable User
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Eigenschaften

AuthenticationStatus

Ruft die Authentifizierung status des Benutzers ab.

NonRoamableId

Ruft die nicht roamierbare ID des Benutzers ab.

Type

Ruft den Benutzertyp ab.

Methoden

CheckUserAgeConsentGroupAsync(UserAgeConsentGroup)

Ruft einen Wert ab, der angibt, ob der Benutzer zur angegebenen Benutzeralterszustimmungsgruppe gehört.

CreateWatcher()

Erstellt einen UserWatcher , der Benutzer aufzählt und Ereignisse auslöst, wenn sich die Sammlung von Benutzern ändert oder wenn sich der Authentifizierungsstatus eines Benutzers ändert.

FindAllAsync()

Sucht alle Benutzer asynchron.

FindAllAsync(UserType)

Sucht alle Benutzer eines bestimmten Typs asynchron.

FindAllAsync(UserType, UserAuthenticationStatus)

Sucht alle Benutzer eines bestimmten Typs und Authentifizierung status asynchron.

GetDefault()

Ruft ein Objekt ab, das das Standardbenutzerkonto darstellt.

GetFromId(String)

Ruft einen Benutzer mit einer angegebenen ID ab.

GetPictureAsync(UserPictureSize)

Ruft das Bild eines Benutzers asynchron ab.

GetPropertiesAsync(IVectorView<String>)

Ruft Eigenschaften für den Benutzer ab.

GetPropertyAsync(String)

Ruft eine Eigenschaft für den Benutzer ab. Verwenden Sie die KnownUserProperties-Klasse , um Eigenschaftennamen abzurufen.

Gilt für:

Weitere Informationen