AddIn.DefaultExtension 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.
Gets the default extension for this AddIn object.
public:
property Microsoft::Office::Tools::IAddInExtension ^ DefaultExtension { Microsoft::Office::Tools::IAddInExtension ^ get(); };
public Microsoft.Office.Tools.IAddInExtension DefaultExtension { get; }
member this.DefaultExtension : Microsoft.Office.Tools.IAddInExtension
Public ReadOnly Property DefaultExtension As IAddInExtension
Property Value
The default extension for this AddIn object.
Remarks
The default extension is an IAddInExtension object that is implemented by the Visual Studio Tools for Office runtime.