PlaceInfo.IsShowSupported 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 une valeur qui indique si votre application peut afficher une fenêtre sans lumière qui contient un emplacement de carte et des informations associées en fonction du contexte actuel.
public:
static property bool IsShowSupported { bool get(); };
static bool IsShowSupported();
public static bool IsShowSupported { get; }
var boolean = PlaceInfo.isShowSupported;
Public Shared ReadOnly Property IsShowSupported As Boolean
Valeur de propriété
bool
true si votre application peut afficher une fenêtre sans lumière qui contient un emplacement de carte et des informations connexes en fonction du contexte actuel ; sinon, false.