NotesWindowManagerPreview.ShowNote(Int32) Method

Definition

Makes a note visible on the device screen.

Note

This method should only be called on a note that has been hidden with HideNote.

public:
 virtual void ShowNote(int noteViewId) = ShowNote;
void ShowNote(int const& noteViewId);
public void ShowNote(int noteViewId);
function showNote(noteViewId)
Public Sub ShowNote (noteViewId As Integer)

Parameters

noteViewId
Int32

int

The unique identifier of the note to be shown.

Applies to