Condividi tramite


MobileBroadbandPinManager.SupportedPins Proprietà

Definizione

Ottiene un elenco dei tipi di PIN supportati per il modem a banda larga mobile e la scheda SIM.

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)

Valore della proprietà

elenco dei tipi di PIN supportati per il modem mobile broadband e la scheda SIM.

Requisiti Windows

Funzionalità dell'app
cellularDeviceControl cellularDeviceIdentity

Si applica a

Vedi anche