共用方式為


ESimServiceInfo.IsESimUiEnabled 屬性

定義

取得值,指出 eSIM 呼叫 eSIM 的原則是否要顯示在 ESIM 管理的本機使用者介面 (LUI) 。

注意

這項功能僅適用于行動電信業者應用程式,以及行動網路操作員提供特殊許可權存取的 UWP 應用程式。

如果您想要使用此 API 並將您的應用程式發佈至 Microsoft Store,則必須要求特殊核准,才能使用自訂功能 Microsoft.eSIMManagement_8wekyb3d8bbwe。 如需詳細資訊,請參閱 自訂功能

public:
 property bool IsESimUiEnabled { bool get(); };
bool IsESimUiEnabled();
public bool IsESimUiEnabled { get; }
var boolean = eSimServiceInfo.isESimUiEnabled;
Public ReadOnly Property IsESimUiEnabled As Boolean

屬性值

Boolean

bool

true 如果原則要求在 LUI 上顯示 eSIM,則為 ,否則 false 為 。

Windows 需求

應用程式功能
Microsoft.eSIMManagement_8wekyb3d8bbwe

適用於