Office.AddBindingFromNamedItemOptions interface
提供用于配置已创建的绑定的选项。
属性
async |
在传递给回调的 AsyncResult 对象的 asyncContext 属性中返回的、未更改的任何类型的用户定义的项。 |
id | 绑定的唯一 ID。 如果未提供,则自动生成。 |
属性详细信息
asyncContext
在传递给回调的 AsyncResult 对象的 asyncContext 属性中返回的、未更改的任何类型的用户定义的项。
asyncContext?: any
属性值
any
id
绑定的唯一 ID。 如果未提供,则自动生成。
id?: string
属性值
string