ESimDiscoverEvent.MatchingId 属性

定义

获取事件的匹配 ID。

注意

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

如果要使用此 API 并将应用发布到 Microsoft Store,则需要请求特殊批准才能 Microsoft.eSIMManagement_8wekyb3d8bbwe使用自定义功能。 有关详细信息,请参阅 自定义功能

public:
 property Platform::String ^ MatchingId { Platform::String ^ get(); };
winrt::hstring MatchingId();
public string MatchingId { get; }
var string = eSimDiscoverEvent.matchingId;
Public ReadOnly Property MatchingId As String

属性值

String

Platform::String

winrt::hstring

包含事件的匹配 ID 的字符串。

Windows 要求

应用功能
Microsoft.eSIMManagement_8wekyb3d8bbwe

适用于