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。

适用于