Notebook.Notebook

Notebook()

Initialisiert eine neue Instanz vonNotebook Klasse.

public Notebook()

Siehe auch


Notebook(string)

Initialisiert eine neue Instanz vonNotebook class. Öffnet ein vorhandenes OneNote-Notizbuch aus einer Datei.

public Notebook(string filePath)
ParameterTypBeschreibung
filePathStringDer Dateipfad.

Siehe auch


Notebook(string, NotebookLoadOptions)

Initialisiert eine neue Instanz vonNotebook class. Öffnet ein vorhandenes OneNote-Notizbuch aus einer Datei. Ermöglicht die Angabe zusätzlicher Optionen, wie z. B. eine untergeordnete Ladestrategie (“faul”/instant).

public Notebook(string filePath, NotebookLoadOptions loadOptions)
ParameterTypBeschreibung
filePathStringDer Dateipfad.
loadOptionsNotebookLoadOptionsDie Ladeoptionen.

Siehe auch


Notebook(Stream)

Initialisiert eine neue Instanz vonNotebook class. Öffnet ein vorhandenes OneNote-Notizbuch aus einem Stream.

public Notebook(Stream stream)
ParameterTypBeschreibung
streamStreamDer Strom.

Siehe auch


Notebook(Stream, NotebookLoadOptions)

Initialisiert eine neue Instanz vonNotebook class. Öffnet ein vorhandenes OneNote-Notizbuch aus einem Stream. Ermöglicht die Angabe zusätzlicher Ladeoptionen.

public Notebook(Stream stream, NotebookLoadOptions loadOptions)
ParameterTypBeschreibung
streamStreamDer Strom.
loadOptionsNotebookLoadOptionsDie Ladeoptionen.

Siehe auch