MobileBroadbandCellNR.PhysicalCellId 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’identité de cellule physique.
Notes
Cette fonctionnalité est disponible uniquement 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 sur 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 des fonctionnalités d’application .
public:
property IReference<int> ^ PhysicalCellId { IReference<int> ^ get(); };
IReference<int> PhysicalCellId();
public System.Nullable<int> PhysicalCellId { get; }
var iReference = mobileBroadbandCellNR.physicalCellId;
Public ReadOnly Property PhysicalCellId As Nullable(Of Integer)
Valeur de propriété
Identité de cellule physique, dans la plage (0-1007).
Configuration requise pour Windows
Fonctionnalités de l’application |
cellularDeviceControl
cellularDeviceIdentity
|