WebExtensionBinding class

WebExtensionBinding class

Represents a binding relationship between an Office Add-in and the data in the document.

The WebExtensionBinding type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of WebExtensionBinding

Properties

PropertyDescription
idGets and sets the binding identifier.
typeGets and sets the binding type.
apprefGets and sets the binding key used to map the binding entry in this list with the bound data in the document.

See Also