WebExtensionBinding class

WebExtensionBinding class

Specifies a binding relationship between a web extension and the data in the document. To learn more, visit the Work with Office Add-ins documentation article.

Constructors

NameDescription
WebExtensionBinding(id, binding_type, app_ref)Creates web extension binding with specified parameters.

Properties

NameDescription
app_refSpecifies the binding key used to map the binding entry in this list with the bound data in the document.
binding_typeSpecifies the binding type.
idSpecifies the binding identifier.

See Also