OneNote.RequestContext class
Comentários
Usada por
- OneNote: executar
- OneNote.Application: contexto
- OneNote.FloatingInk: contexto
- OneNote.Image: contexto
- OneNote.InkAnalysis: contexto
- OneNote.InkAnalysisLine: contexto
- OneNote.InkAnalysisLineCollection: contexto
- OneNote.InkAnalysisParagraph: contexto
- OneNote.InkAnalysisParagraphCollection: contexto
- OneNote.InkAnalysisWord: contexto
- OneNote.InkAnalysisWordCollection: contexto
- OneNote.InkStroke: contexto
- OneNote.InkStrokeCollection: contexto
- OneNote.InkWord: contexto
- OneNote.InkWordCollection: contexto
- OneNote.NoteTag: contexto
- OneNote.Notebook: contexto
- OneNote.NotebookCollection: contexto
- OneNote.Outline: contexto
- OneNote.Page: contexto
- OneNote.PageCollection: contexto
- OneNote.PageContent: contexto
- OneNote.PageContentCollection: contexto
- OneNote.Parágrafo: contexto
- OneNote.ParagraphCollection: contexto
- OneNote.Point: contexto
- OneNote.PointCollection: contexto
- OneNote.RichText: contexto
- OneNote.Section: contexto
- OneNote.SectionCollection: contexto
- OneNote.SectionGroup: contexto
- OneNote.SectionGroupCollection: contexto
- OneNote.Table: contexto
- OneNote.TableCell: contexto
- OneNote.TableCellCollection: contexto
- OneNote.TableRow: contexto
- OneNote.TableRowCollection: contexto
Exemplos
// *.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...
});
Construtores
| (constructor)(url) | Constrói uma nova instância da |
Propriedades
| application |
Detalhes do construtor
(constructor)(url)
Constrói uma nova instância da RequestContext classe
constructor(url?: string);
Parâmetros
- url
-
string