SecondaryTile.Exists(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.