NotesWindowManagerPreview.ShowNote(Int32) Method
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.
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.