Partager via


NotesWindowManagerPreview.ShowNoteRelativeTo Méthode

Définition

Surcharges

ShowNoteRelativeTo(Int32, Int32)

Rend une note visible et la place à côté d’une vue « ancre » spécifiée.

ShowNoteRelativeTo(Int32, Int32, NotesWindowManagerPreviewShowNoteOptions)

Rend une note visible et la place à côté d’une vue « ancre » spécifiée.

ShowNoteRelativeTo(Int32, Int32)

Rend une note visible et la place à côté d’une vue « ancre » spécifiée.

public:
 virtual void ShowNoteRelativeTo(int noteViewId, int anchorNoteViewId) = ShowNoteRelativeTo;
void ShowNoteRelativeTo(int const& noteViewId, int const& anchorNoteViewId);
public void ShowNoteRelativeTo(int noteViewId, int anchorNoteViewId);
function showNoteRelativeTo(noteViewId, anchorNoteViewId)
Public Sub ShowNoteRelativeTo (noteViewId As Integer, anchorNoteViewId As Integer)

Paramètres

noteViewId
Int32

int

Identificateur unique de la note à afficher.

anchorNoteViewId
Int32

int

ID de la vue « ancre ». Si cette valeur est 0 (aucune vue), la note s’affiche au centre de l’écran.

S’applique à

ShowNoteRelativeTo(Int32, Int32, NotesWindowManagerPreviewShowNoteOptions)

Rend une note visible et la place à côté d’une vue « ancre » spécifiée.

public:
 virtual void ShowNoteRelativeTo(int noteViewId, int anchorNoteViewId, NotesWindowManagerPreviewShowNoteOptions ^ options) = ShowNoteRelativeTo;
/// [Windows.Foundation.Metadata.Overload("ShowNoteRelativeToWithOptions")]
void ShowNoteRelativeTo(int const& noteViewId, int const& anchorNoteViewId, NotesWindowManagerPreviewShowNoteOptions const& options);
[Windows.Foundation.Metadata.Overload("ShowNoteRelativeToWithOptions")]
public void ShowNoteRelativeTo(int noteViewId, int anchorNoteViewId, NotesWindowManagerPreviewShowNoteOptions options);
function showNoteRelativeTo(noteViewId, anchorNoteViewId, options)
Public Sub ShowNoteRelativeTo (noteViewId As Integer, anchorNoteViewId As Integer, options As NotesWindowManagerPreviewShowNoteOptions)

Paramètres

noteViewId
Int32

int

Identificateur unique de la note à afficher.

anchorNoteViewId
Int32

int

ID de la vue « ancre ». Si cette valeur est 0 (aucune vue), la note s’affiche au centre de l’écran.

options
NotesWindowManagerPreviewShowNoteOptions

Options permettant d’afficher la note spécifiée par le paramètre noteViewId . Par exemple, affichez la note avec le focus.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows Desktop Extension SDK (introduit dans 10.0.15063.0)
API contract
Windows.ApplicationModel.Preview.Notes.PreviewNotesContract (introduit dans v2.0)

Voir aussi

S’applique à