Share via


MobileBroadbandPinManager.SupportedPins プロパティ

定義

モバイル ブロードバンド モデムと SIM カードでサポートされている PIN の種類の一覧を取得します。

public:
 property IVectorView<MobileBroadbandPinType> ^ SupportedPins { IVectorView<MobileBroadbandPinType> ^ get(); };
IVectorView<MobileBroadbandPinType> SupportedPins();
public IReadOnlyList<MobileBroadbandPinType> SupportedPins { get; }
var iVectorView = mobileBroadbandPinManager.supportedPins;
Public ReadOnly Property SupportedPins As IReadOnlyList(Of MobileBroadbandPinType)

プロパティ値

モバイル ブロードバンド モデムと SIM カードでサポートされている PIN の種類の一覧。

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity

適用対象

こちらもご覧ください