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: context
- OneNote.InkAnalysisParagraphCollection: context
- OneNote.InkAnalysisWord: context
- OneNote.InkAnalysisWordCollection: kontext
- OneNote.InkStroke: kontext
- OneNote.InkStrokeCollection: context
- OneNote.InkWord: Kontext
- OneNote.InkWordCollection: kontext
- OneNote.NoteTag: context
- 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