NotesWindowManagerPreviewShowNoteOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |