SecondaryTile.Exists(String) 메서드

정의

호출 앱에 대한 특정 보조 타일이 있는지 확인합니다.

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

타일을 만들 때 할당된 고유 ID 문자열입니다.

반환

Boolean

bool

True이면 타일이 호출 애플리케이션에 있습니다. 그렇지 않으면 false입니다.

적용 대상