DeviceAccountConfiguration.AccountIconId Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft den Bezeichner für das Gerätekontosymbol ab oder legt diese fest.
public:
property DeviceAccountIconId AccountIconId { DeviceAccountIconId get(); void set(DeviceAccountIconId value); };
DeviceAccountIconId AccountIconId();
void AccountIconId(DeviceAccountIconId value);
public DeviceAccountIconId AccountIconId { get; set; }
var deviceAccountIconId = deviceAccountConfiguration.accountIconId;
deviceAccountConfiguration.accountIconId = deviceAccountIconId;
Public Property AccountIconId As DeviceAccountIconId
Eigenschaftswert
Der Bezeichner für das Gerätekontosymbol.
Windows-Anforderungen
Gerätefamilie |
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)
|
App-Funktionen |
userDataAccountsProvider
|