SecondaryTile.Exists(String) Method

Definition

Checks whether a specific secondary tile exists for the calling app.

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

Parameters

tileId
String

Platform::String

winrt::hstring

The unique ID string that was assigned to the tile when it was created.

Returns

Boolean

bool

True if the tile exists in the calling application; otherwise, false.

Applies to