SmartTagTypes Interface

Definition

Represents a collection of SmartTagType objects.

public interface class SmartTagTypes : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("DB8E3072-E106-4453-8E7C-53056F1D30DC")]
public interface SmartTagTypes : System.Collections.IEnumerable
type SmartTagTypes = interface
    interface IEnumerable
Public Interface SmartTagTypes
Implements IEnumerable
Attributes
Implements

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 component 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 computer.

Use the SmartTagTypes property to return a collection of all smart tag types for all lists installed on a user's computer. Use the Item[Object] property to return a specific smart tag type in a collection of smart tags types.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Count

Returns the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Item[Object]

Returns an individual object in a collection.

Parent

Returns an object that represents the parent object of the specified object.

Methods

GetEnumerator()
ReloadAll()

Reloads all smart tag actions and recognizers installed on a user's computer.

Applies to