MobileBroadbandDeviceInformation.SlotManager Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’objet MobileBroadbandSlotManager pour l’appareil haut débit mobile.
Notes
Cette fonctionnalité n’est disponible que pour les applications d’opérateur mobile et les applications UWP disposant d’un accès privilégié par les opérateurs de réseau mobile.
Si vous souhaitez utiliser cette API et publier votre application dans le Microsoft Store, vous aurez besoin d’une approbation spéciale. Pour plus d’informations, consultez la section Fonctionnalités restreintes dans la rubrique Déclarations de fonctionnalités d’application .
public:
property MobileBroadbandSlotManager ^ SlotManager { MobileBroadbandSlotManager ^ get(); };
MobileBroadbandSlotManager SlotManager();
public MobileBroadbandSlotManager SlotManager { get; }
var mobileBroadbandSlotManager = mobileBroadbandDeviceInformation.slotManager;
Public ReadOnly Property SlotManager As MobileBroadbandSlotManager
Valeur de propriété
Objet MobileBroadbandSlotManager pour l’appareil haut débit mobile.
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 2104 (introduit dans 10.0.20348.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v12.0)
|
Fonctionnalités de l’application |
cellularDeviceControl
cellularDeviceIdentity
|