次の方法で共有


MobileBroadbandModem.GetIsPassthroughEnabled(Int32) メソッド

定義

パススルー モードが有効かどうかを示す値を取得します (デュアル Sim シングル アクティブ デバイスの場合、アクティブスロットまたは非アクティブスロットの場合)。

Note

この機能は、モバイル ネットワーク オペレーターによる特権アクセス権を持つモバイル オペレーター アプリと UWP アプリでのみ使用できます。

この API を使用してアプリを Microsoft Store に発行する場合は、カスタム機能 Microsoft.eSIMManagement_8wekyb3d8bbweを使用するために特別な承認を要求する必要があります。 詳細については、「 カスタム機能」を参照してください。

public:
 virtual bool GetIsPassthroughEnabled(int slotindex) = GetIsPassthroughEnabled;
/// [Windows.Foundation.Metadata.Overload("GetIsPassthroughEnabledWithSlotIndex")]
bool GetIsPassthroughEnabled(int const& slotindex);
[Windows.Foundation.Metadata.Overload("GetIsPassthroughEnabledWithSlotIndex")]
public bool GetIsPassthroughEnabled(int slotindex);
function getIsPassthroughEnabled(slotindex)
Public Function GetIsPassthroughEnabled (slotindex As Integer) As Boolean

パラメーター

slotindex
Int32

int

クエリを実行する 0 から始まるスロット インデックス (スロット番号)。

戻り値

Boolean

bool

パススルー モードが有効な場合は の true 値。それ以外の場合 falseは 。

属性

Windows の要件

デバイス ファミリ
Windows 11 Insider Preview (10.0.23504.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v15.0 で導入)
アプリの機能
Microsoft.eSIMManagement_8wekyb3d8bbwe

適用対象