OneNote.RequestContext class
Remarques
Utilisateur
- OneNote : exécuter
- OneNote.Application : contexte
- OneNote.FloatingInk : contexte
- OneNote.Image : contexte
- OneNote.InkAnalysis : context
- OneNote.InkAnalysisLine : context
- OneNote.InkAnalysisLineCollection : context
- OneNote.InkAnalysisParagraph : context
- OneNote.InkAnalysisParagraphCollection : context
- OneNote.InkAnalysisWord : context
- OneNote.InkAnalysisWordCollection : context
- OneNote.InkStroke : contexte
- OneNote.InkStrokeCollection : context
- OneNote.InkWord : contexte
- OneNote.InkWordCollection : context
- OneNote.NoteTag : context
- OneNote.Notebook : contexte
- OneNote.NotebookCollection : context
- OneNote.Outline : contexte
- OneNote.Page : contexte
- OneNote.PageCollection : context
- OneNote.PageContent : contexte
- OneNote.PageContentCollection : context
- OneNote.Paragraph : contexte
- OneNote.ParagraphCollection : context
- OneNote.Point : context
- OneNote.PointCollection : context
- OneNote.RichText : contexte
- OneNote.Section : context
- OneNote.SectionCollection : context
- OneNote.SectionGroup : context
- OneNote.SectionGroupCollection : context
- OneNote.Table : contexte
- OneNote.TableCell : contexte
- OneNote.TableCellCollection : context
- OneNote.TableRow : contexte
- OneNote.TableRowCollection : context
Exemples
// *.run methods automatically create an OfficeExtension.ClientRequestContext
// object to work with the Office file.
await OneNote.run(async (context) => {
const notebook = context.application.getActiveNotebook();
// Interact with the OneNote notebook...
});
Constructeurs
| (constructor)(url) | Construit une nouvelle instance de la |
Propriétés
| application |
Détails du constructeur
(constructor)(url)
Construit une nouvelle instance de la RequestContext classe
constructor(url?: string);
Paramètres
- url
-
string