OneNote.RequestContext class
Comentários
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