SecondaryTile.Exists(String) Méthode
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.
Vérifie si une vignette secondaire spécifique existe pour l’application appelante.
public:
static bool Exists(Platform::String ^ tileId);
static bool Exists(winrt::hstring const& tileId);
public static bool Exists(string tileId);
function exists(tileId)
Public Shared Function Exists (tileId As String) As Boolean
Paramètres
- tileId
-
String
Platform::String
winrt::hstring
Chaîne d’ID unique affectée à la vignette lors de sa création.
Retours
Boolean
bool
True si la vignette existe dans l’application appelante ; sinon, false.