次の方法で共有


DeviceAccountConfiguration.AccountIconId プロパティ

定義

デバイス アカウント アイコンの識別子を取得または設定します。

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

プロパティ値

デバイス アカウント アイコンの識別子。

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)
アプリの機能
userDataAccountsProvider

適用対象