SmartTagActions Interface 

Represents a collection of actions for an individual smart tag or a type of smart tag.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class martTagActionsImplementation
    Implements SmartTagActions
End Class
Dim martTagActionsImplementation1 As New martTagActionsImplementation()

Syntax

Public Interface SmartTagActions
    Inherits IEnumerable
public interface SmartTagActions : IEnumerable
public interface class SmartTagActions : public IEnumerable
public interface SmartTagActions implements IEnumerable
public interface SmartTagActions implements IEnumerable

Remarks

Use the SmartTag object to access all actions related to a single smart tag in a document; use the SmartTagType object to access all actions related to a specific type of smart tag.

Smart tag actions are processes that are programmed into the smart tags; they allow users to perform certain functions related to the smart tag. For example, one action for a smart tag might be to access a Web site while another action inserts contact information into Microsoft Outlook while yet another displays a map and driving directions.

Use the SmartTagActions property to return all smart tag actions associated with a SmartTag object or a SmartTagType object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

SmartTagActions Members