Partager via


SecondaryTile.Exists(String) Méthode

Définition

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.

S’applique à