Share via


ESimDiscoverEvent.MatchingId プロパティ

定義

イベントの一致する ID を取得します。

Note

この機能は、モバイル ネットワーク オペレーターによる特権アクセスを許可されたモバイル オペレーター アプリと 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

適用対象