WebExtensionBinding Class

WebExtensionBinding class

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


type WebExtensionBinding struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewWebExtensionBindingDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetIdGets and sets the binding identifier.
SetIdGets and sets the binding identifier.
GetTypeGets and sets the binding type.
SetTypeGets and sets the binding type.
GetApprefGets and sets the binding key used to map the binding entry in this list with the bound data in the document.
SetApprefGets and sets the binding key used to map the binding entry in this list with the bound data in the document.