Compartir a través de


MobileBroadbandPinManager.SupportedPins Propiedad

Definición

Obtiene una lista de los tipos de PIN admitidos para el módem de banda ancha móvil y la tarjeta 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)

Valor de propiedad

una lista de los tipos de PIN admitidos para el módem de banda ancha móvil y la tarjeta SIM.

Requisitos de Windows

Características de aplicaciones
cellularDeviceControl cellularDeviceIdentity

Se aplica a

Consulte también