Windows.ApplicationModel.Preview.Notes.PreviewNotesContract
Represents information about the NotePlacementChanged event.
The unique identifier of the note for which the NotePlacementChanged event was raised.
The note Id.
This class owns much of the functionality of the **Preview Notes** application feature (see Remarks).
Gets a value indicating whether the device's screen is currently locked.
**true** if screen is locked, **false** if unlocked.
Indicates that a note's placement (dimensions and location) has changed.
Indicates that a note's visibility state has changed.
Indicates that the device's screen lock state has changed.
Returns an instance of NotesWindowManagerPreview, to be used for the majority of Preview Notes operations that an app may execute.
The app's designated instance of NotesWindowManagerPreview.
Gets the view placement of a given note, to be stored in program memory or on disk storage and then restored by the application at a later time.
The unique identifier of the note whose placement is to be retrieved.
An array of bytes holding note placement data.
Sets a note's view to invisible and moves the focus to the next visible note view (window) or to the Windows Ink Workspace (see Remarks). The views are selected in a cyclic, system-determined order.
The unique identifier of the note to be hidden.
Switches focus to the next visible note view (window) or to the Windows Ink Workspace (see Remarks). The views are selected in a cyclic, system-determined order.
Switches focus to the previous visible note view (window) or to the Windows Ink Workspace (see Remarks). The views are selected in a cyclic, system-determined order.
Sets the thumbnail image for this application as it appears in the Windows Ink Workspace, in the Alt+TAB task switcher, or on hovering in the taskbar.
A byte array describing the thumbnail image and usage (see Remarks).
This method does not return a value.
Asynchronously sets the thumbnail image for this application as it appears in the Alt+TAB task switcher.
A bitmap of the thumbnail image.
Returns an **IAsyncAction** that indicates when the action has completed.
Makes a note visible on the device screen.
The unique identifier of the note to be shown.
Makes a note visible and places it adjacent to a specified "anchor" view.
The unique identifier of the note to be shown.
The Id of the "anchor" view. If this value is 0 (not assigned to any view), the note will appear at the center of the screen.
Makes a note visible and places it adjacent to a specified "anchor" view.
The unique identifier of the note to be shown.
The Id of the "anchor" view. If this value is 0 (not assigned to any view), the note will appear at the center of the screen.
Options for showing the note specified by the *noteViewId* parameter. For example, show the note with focus.
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.
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.
Resizes the specified note to the desired dimensions. If the given size is not recommended due to screen size/space issues, the note's size will not be changed.
The unique identifier of the note to be resized.
The desired dimensions of the note (use raw pixels when constructing).
**true** if the note was resized, **false** if it was not resized due to screen restrictions.
Provides options for how to show a note.
Creates a new instance of the NotesWindowManagerPreviewShowNoteOptions class.
Gets or sets a Boolean value that specifies if the note should be shown with focus.
If **true**, the note is shown with focus, otherwise **false**.
Represents information about the NoteVisibilityChanged event.
Indicates whether the note (specified by ViewId property) is visible on the device screen.
**true** if note is visible, **false** if note is hidden.
The unique identifier of the note for which the NoteVisibilityChanged event was raised.
The note Id.