共用方式為


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

適用於

另請參閱