Share via


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

适用于