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