OfficeExtension.RequestContextDebugInfo interface
包含有关请求上下文的调试信息。
属性
| pending |
要在 Office 应用程序中执行的语句。 这些语句可能与编写的代码不完全匹配,但将是接近的近似值。 |
属性详细信息
pendingStatements
要在 Office 应用程序中执行的语句。
这些语句可能与编写的代码不完全匹配,但将是接近的近似值。
pendingStatements: string[];
属性值
string[]