WebExtensionBinding

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.

public class WebExtensionBinding

Constructors

NameDescription
WebExtensionBinding(string, WebExtensionBindingType, string)Creates web extension binding with specified parameters.

Properties

NameDescription
AppRef { get; set; }Specifies the binding key used to map the binding entry in this list with the bound data in the document.
BindingType { get; set; }Specifies the binding type.
Id { get; set; }Specifies the binding identifier.

See Also