_Application.SmartTagTypes Property

Definition

Returns a SmartTagTypes collection that represents the smart tag types for the smart tag components installed in Microsoft Word.

public:
 property Microsoft::Office::Interop::Word::SmartTagTypes ^ SmartTagTypes { Microsoft::Office::Interop::Word::SmartTagTypes ^ get(); };
public Microsoft.Office.Interop.Word.SmartTagTypes SmartTagTypes { get; }
member this.SmartTagTypes : Microsoft.Office.Interop.Word.SmartTagTypes
Public ReadOnly Property SmartTagTypes As SmartTagTypes

Property Value

Remarks

A smart tag type is a single item in a smart tag component. Smart tag components can contain multiple smart tag types. For example, the Address (English) smart tag list installed on English systems by default contains a name smart tag type, a street smart tag type, and a city smart tag type, to name just a few. The SmartTagTypes collection contains all smart tag types for all components installed on a user's machine.

Applies to