OneNote.RequestContext class
Hinweise
Verwendet von
- OneNote: Ausführen
- OneNote.Application: Kontext
- OneNote.FloatingInk: Kontext
- OneNote.Image: Kontext
- OneNote.InkAnalysis: Kontext
- OneNote.InkAnalysisLine: Kontext
- OneNote.InkAnalysisLineCollection: Kontext
- OneNote.InkAnalysisParagraph: Kontext
- OneNote.InkAnalysisParagraphCollection: Kontext
- OneNote.InkAnalysisWord: Kontext
- OneNote.InkAnalysisWordCollection: Kontext
- OneNote.InkStroke: Kontext
- OneNote.InkStrokeCollection: Kontext
- OneNote.InkWord: Kontext
- OneNote.InkWordCollection: Kontext
- OneNote.NoteTag: Kontext
- OneNote.Notebook: Kontext
- OneNote.NotebookCollection: Kontext
- OneNote.Outline: Kontext
- OneNote.Page: Kontext
- OneNote.PageCollection: Kontext
- OneNote.PageContent: Kontext
- OneNote.PageContentCollection: Kontext
- OneNote.Paragraph: Kontext
- OneNote.ParagraphCollection: Kontext
- OneNote.Point: Kontext
- OneNote.PointCollection: Kontext
- OneNote.RichText: Kontext
- OneNote.Section: Kontext
- OneNote.SectionCollection: Kontext
- OneNote.SectionGroup: Kontext
- OneNote.SectionGroupCollection: Kontext
- OneNote.Table: Kontext
- OneNote.TableCell: Kontext
- OneNote.TableCellCollection: Kontext
- OneNote.TableRow: Kontext
- OneNote.TableRowCollection: Kontext
Beispiele
// *.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...
});
Konstruktoren
| (constructor)(url) | Erstellt eine neue Instance der |
Eigenschaften
| application |
Details zum Konstruktor
(constructor)(url)
Erstellt eine neue Instance der RequestContext Klasse
constructor(url?: string);
Parameter
- url
-
string