Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.34 KB

File metadata and controls

40 lines (22 loc) · 1.34 KB
-api-id M:Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreview.ShowNoteWithPlacement(System.Int32,Windows.Storage.Streams.IBuffer,Windows.ApplicationModel.Preview.Notes.NotesWindowManagerPreviewShowNoteOptions)
-api-type 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.

-param options

Options for showing the note specified by the noteViewId parameter. For example, show the note with focus.

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

-see-also

NotesWindowManagerPreviewShowNoteOptions

-examples