IToastNotificationManagerStatics3.CreateToastNotifierForSecondaryTile 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.
Creates and initializes a toast notifier for the secondary tile.
Important
This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this APIs will fail at runtime.
public:
ToastNotifier ^ CreateToastNotifierForSecondaryTile(Platform::String ^ tileId);
ToastNotifier CreateToastNotifierForSecondaryTile(winrt::hstring const& tileId);
public ToastNotifier CreateToastNotifierForSecondaryTile(string tileId);
function createToastNotifierForSecondaryTile(tileId)
Public Function CreateToastNotifierForSecondaryTile (tileId As String) As ToastNotifier
Parameters
- tileId
-
String
Platform::String
winrt::hstring
The tile ID.
Returns
The object you will use to send the toast notification to the tile.