Freigeben über


WebAccountState Enumeration

Definition

Beschreibt den Zustand eines WebAccount-Objekts .

public enum class WebAccountState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class WebAccountState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum WebAccountState
var value = Windows.Security.Credentials.WebAccountState.none
Public Enum WebAccountState
Vererbung
WebAccountState
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

Connected 1

Das Konto ist verbunden.

Error 2

Das Konto konnte keine Verbindung herstellen.

None 0

Das Konto ist derzeit nicht verbunden.

Gilt für: