OneNote.RequestContext class
注釈
例
// *.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...
});
コンストラクター
| (constructor)(url) |
|
プロパティ
| application |
コンストラクターの詳細
(constructor)(url)
RequestContext クラスの新しいインスタンスを構築します
constructor(url?: string);
パラメーター
- url
-
string