WebExtensionBinding Class
Contents
[
Hide
]WebExtensionBinding class
Represents a binding relationship between an Office Add-in and the data in the document.
type WebExtensionBinding struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewWebExtensionBinding | Default constructor. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetId | Gets and sets the binding identifier. |
SetId | Gets and sets the binding identifier. |
GetType | Gets and sets the binding type. |
SetType | Gets and sets the binding type. |
GetAppref | Gets and sets the binding key used to map the binding entry in this list with the bound data in the document. |
SetAppref | Gets and sets the binding key used to map the binding entry in this list with the bound data in the document. |