SmartTag.Extension Property

Definition

Gets a custom extension for this SmartTag object.

public:
 property Microsoft::Office::Tools::Word::ISmartTagExtension ^ Extension { Microsoft::Office::Tools::Word::ISmartTagExtension ^ get(); };
public Microsoft.Office.Tools.Word.ISmartTagExtension Extension { get; }
member this.Extension : Microsoft.Office.Tools.Word.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 a Word solution that is created by using the Office development tools in Visual Studio.

Applies to