AddInBase.Base Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Microsoft::Office::Tools::AddIn ^ Base { Microsoft::Office::Tools::AddIn ^ get(); };
public Microsoft.Office.Tools.AddIn Base { get; }
member this.Base : Microsoft.Office.Tools.AddIn
Public ReadOnly Property Base As AddIn
Property Value
The object that this AddInBase object extends.
Remarks
The AddInBase class extends AddIn objects by implementing the IAddInExtension interface.