Notebook.Notebook

Notebook()

Initialise une nouvelle instance duNotebook classe.

public Notebook()

Voir également


Notebook(string)

Initialise une nouvelle instance duNotebook class. Ouvre un bloc-notes OneNote existant à partir d’un fichier.

public Notebook(string filePath)
ParamètreTaperLa description
filePathStringLe chemin du fichier.

Voir également


Notebook(string, NotebookLoadOptions)

Initialise une nouvelle instance duNotebook class. Ouvre un bloc-notes OneNote existant à partir d’un fichier. Permet de spécifier des options supplémentaires telles qu’une stratégie de chargement des enfants (“paresseux”/instantané).

public Notebook(string filePath, NotebookLoadOptions loadOptions)
ParamètreTaperLa description
filePathStringLe chemin du fichier.
loadOptionsNotebookLoadOptionsLes options de chargement.

Voir également


Notebook(Stream)

Initialise une nouvelle instance duNotebook class. Ouvre un bloc-notes OneNote existant à partir d’un flux.

public Notebook(Stream stream)
ParamètreTaperLa description
streamStreamLe flux.

Voir également


Notebook(Stream, NotebookLoadOptions)

Initialise une nouvelle instance duNotebook class. Ouvre un bloc-notes OneNote existant à partir d’un flux. Permet de spécifier des options de chargement supplémentaires.

public Notebook(Stream stream, NotebookLoadOptions loadOptions)
ParamètreTaperLa description
streamStreamLe flux.
loadOptionsNotebookLoadOptionsLes options de chargement.

Voir également