NotesWindowManagerPreview.ShowNoteRelativeTo Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ShowNoteRelativeTo(Int32, Int32) |
Torna uma anotação visível e a coloca adjacente a uma exibição de "âncora" especificada. |
ShowNoteRelativeTo(Int32, Int32, NotesWindowManagerPreviewShowNoteOptions) |
Torna uma anotação visível e a coloca adjacente a uma exibição de "âncora" especificada. |
ShowNoteRelativeTo(Int32, Int32)
Torna uma anotação visível e a coloca adjacente a uma exibição de "âncora" especificada.
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)
Parâmetros
- noteViewId
-
Int32
int
O identificador exclusivo da anotação a ser mostrada.
- anchorNoteViewId
-
Int32
int
A ID do modo de exibição "âncora". Se esse valor for 0 (não atribuído a nenhuma exibição), a anotação aparecerá no centro da tela.
Aplica-se a
ShowNoteRelativeTo(Int32, Int32, NotesWindowManagerPreviewShowNoteOptions)
Torna uma anotação visível e a coloca adjacente a uma exibição de "âncora" especificada.
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)
Parâmetros
- noteViewId
-
Int32
int
O identificador exclusivo da anotação a ser mostrada.
- anchorNoteViewId
-
Int32
int
A ID do modo de exibição "âncora". Se esse valor for 0 (não atribuído a nenhuma exibição), a anotação aparecerá no centro da tela.
Opções para mostrar a nota especificada pelo parâmetro noteViewId . Por exemplo, mostre a anotação com foco.
- Atributos
Requisitos do Windows
Família de dispositivos |
Windows Desktop Extension SDK (introduzida na 10.0.15063.0)
|
API contract |
Windows.ApplicationModel.Preview.Notes.PreviewNotesContract (introduzida na v2.0)
|