NotesWindowManagerPreviewShowNoteOptions Class

Definition

Provides options for how to show a note.

public ref class NotesWindowManagerPreviewShowNoteOptions sealed
/// [Windows.Foundation.Metadata.Activatable(131072, "Windows.ApplicationModel.Preview.Notes.PreviewNotesContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Preview.Notes.PreviewNotesContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class NotesWindowManagerPreviewShowNoteOptions final
[Windows.Foundation.Metadata.Activatable(131072, "Windows.ApplicationModel.Preview.Notes.PreviewNotesContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Preview.Notes.PreviewNotesContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class NotesWindowManagerPreviewShowNoteOptions
function NotesWindowManagerPreviewShowNoteOptions()
Public NotInheritable Class NotesWindowManagerPreviewShowNoteOptions
Inheritance
Object Platform::Object IInspectable NotesWindowManagerPreviewShowNoteOptions
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.15063.0)
API contract
Windows.ApplicationModel.Preview.Notes.PreviewNotesContract (introduced in v2.0)

Constructors

NotesWindowManagerPreviewShowNoteOptions()

Creates a new instance of the NotesWindowManagerPreviewShowNoteOptions class.

Properties

ShowWithFocus

Gets or sets a Boolean value that specifies if the note should be shown with focus.

Applies to