SmartTag.Extension Property

Definition

Gets a custom extension for this SmartTag object. This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010..

public:
 property Microsoft::Office::Tools::Excel::ISmartTagExtension ^ Extension { Microsoft::Office::Tools::Excel::ISmartTagExtension ^ get(); };
public Microsoft.Office.Tools.Excel.ISmartTagExtension Extension { get; }
member this.Extension : Microsoft.Office.Tools.Excel.ISmartTagExtension
Public ReadOnly Property Extension As ISmartTagExtension

Property Value

A custom extension for this SmartTag object.

Remarks

A custom extension is an implementation of the ISmartTagExtension interface in an Excel solution that is created by using the Office development tools in Visual Studio.

Applies to