SmartTag.DefaultExtension Property

Definition

Gets the default 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::Word::ISmartTagExtension ^ DefaultExtension { Microsoft::Office::Tools::Word::ISmartTagExtension ^ get(); };
public Microsoft.Office.Tools.Word.ISmartTagExtension DefaultExtension { get; }
member this.DefaultExtension : Microsoft.Office.Tools.Word.ISmartTagExtension
Public ReadOnly Property DefaultExtension As ISmartTagExtension

Property Value

The default extension for this SmartTag object.

Remarks

The default extension is an ISmartTagExtension object that is implemented by the Visual Studio Tools for Office runtime.

Applies to