| -api-id | M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.ShowNoteWithPlacement(System.Int32,Windows.Storage.Streams.IBuffer,Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreviewShowNoteOptions) |
|---|---|
| -api-type | winrt method |
Makes a note visible and sets its placement data (dimensions and location) as specified.
The unique identifier of the note to be shown.
An array of bytes holding note placement data.
Options for showing the note specified by the noteViewId parameter. For example, show the note with focus.
GetNotePlacement and ShowNoteWithPlacement can be used together to store the placement of a note (say, while the application is exiting) and then restore the note to its previous placement on the screen (when the application is opened again).