ProvisionedProfile.UpdateUsage(ProfileUsage) 方法

定义

由应用程序调用以更新特定配置文件的使用情况。

注意

此功能仅适用于移动运营商应用和由移动网络运营商授予特权访问权限的 UWP 应用。

如果要使用此 API 并将应用发布到 Microsoft Store,则需要获得特殊批准。 有关详细信息,请参阅应用功能声明主题中的受限功能部分。

void UpdateUsage(ProfileUsage const& value);
public void UpdateUsage(ProfileUsage value);
function updateUsage(value)
Public Sub UpdateUsage (value As ProfileUsage)

参数

value
ProfileUsage

汇报配置文件的用法。

Windows 要求

应用功能
cellularDeviceControl cellularDeviceIdentity

适用于