WebExtensionReference Class
Contents
[
Hide
]WebExtensionReference class
Represents identify the provider location and version of the extension.
type WebExtensionReference struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetId | Gets and sets the identifier associated with the Office Add-in within a catalog provider.The identifier MUST be unique within a catalog provider. |
| SetId | Gets and sets the identifier associated with the Office Add-in within a catalog provider.The identifier MUST be unique within a catalog provider. |
| GetVersion | Gets and sets the version. |
| SetVersion | Gets and sets the version. |
| GetStoreName | Gets and sets the instance of the marketplace where the Office Add-in is stored. . |
| SetStoreName | Gets and sets the instance of the marketplace where the Office Add-in is stored. . |
| GetStoreType | Gets and sets the type of marketplace that the store attribute identifies. |
| SetStoreType | Gets and sets the type of marketplace that the store attribute identifies. |