SecondaryTile.Exists(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢查呼叫端應用程式是否有特定的次要磚存在。
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
參數
- tileId
-
String
Platform::String
winrt::hstring
建立圖格時指派給磚的唯一識別碼字串。
傳回
Boolean
bool
如果 磚存在於呼叫應用程式中,則為 True;否則為 false。