다음을 통해 공유


ToastCollectionManager.AppId 속성

정의

이 관리자가 속한 앱의 ID를 가져옵니다.

public:
 property Platform::String ^ AppId { Platform::String ^ get(); };
winrt::hstring AppId();
public string AppId { get; }
var string = toastCollectionManager.appId;
Public ReadOnly Property AppId As String

속성 값

String

Platform::String

winrt::hstring

이 관리자가 바인딩된 앱의 ID입니다.

적용 대상