共用方式為


ESimDiscoverResultKind 列舉

定義

定義常數,指定 eSIM 設定檔探索作業的結果物件種類。

注意

這項功能僅適用于行動電信業者提供特殊許可權存取權的電信業者應用程式和 UWP 應用程式。

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

public enum class ESimDiscoverResultKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
enum class ESimDiscoverResultKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
public enum ESimDiscoverResultKind
var value = Windows.Networking.NetworkOperators.ESimDiscoverResultKind.none
Public Enum ESimDiscoverResultKind
繼承
ESimDiscoverResultKind
屬性

Windows 需求

裝置系列
Windows 10, version 1903 (已於 10.0.18362.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v8.0 引進)
應用程式功能
Microsoft.eSIMManagement_8wekyb3d8bbwe

欄位

Events 1

表示結果物件包含事件。

None 0

表示結果物件不包含事件或設定檔。

ProfileMetadata 2

表示結果物件包含設定檔。

適用於