Aspose::Words::WebExtensions::WebExtensionReference class
Contents
[
Hide
]WebExtensionReference class
Represents the reference to a web extension. The reference is used to identify the provider location and version of the extension. To learn more, visit the Work with Office Add-ins documentation article.
class WebExtensionReference : public System::Object
Methods
Method | Description |
---|---|
get_Id() const | Identifier associated with the web extension within a catalog provider. |
get_Store() const | Specifies the instance of the marketplace where the web extension is stored. |
get_StoreType() const | Specifies the type of marketplace. |
get_Version() const | Specifies the version of the web extension. |
GetType() const override | |
Is(const System::TypeInfo&) const override | |
set_Id(const System::String&) | Setter for Aspose::Words::WebExtensions::WebExtensionReference::get_Id. |
set_Store(const System::String&) | Setter for Aspose::Words::WebExtensions::WebExtensionReference::get_Store. |
set_StoreType(Aspose::Words::WebExtensions::WebExtensionStoreType) | Setter for Aspose::Words::WebExtensions::WebExtensionReference::get_StoreType. |
set_Version(const System::String&) | Setter for Aspose::Words::WebExtensions::WebExtensionReference::get_Version. |
static Type() | |
WebExtensionReference() |
See Also
- Namespace Aspose::Words::WebExtensions
- Library Aspose.Words for C++