AddInBase.Base Property

Definition

Gets the AddIn object that this AddInBase object extends.

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.

Applies to