Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.06 KB

noteswindowmanagerpreview_shownotewithplacement_771187235.md

File metadata and controls

27 lines (19 loc) · 1.06 KB
-api-id -api-type
M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.ShowNoteWithPlacement(System.Int32,Windows.Storage.Streams.IBuffer)
winrt method

Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.ShowNoteWithPlacement

-description

Makes a note visible and sets its placement data (dimensions and location) as specified.

-parameters

-param noteViewId

The unique identifier of the note to be shown.

-param data

An array of bytes holding note placement data.

-remarks

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).

-examples

-see-also