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)

Syntax

'Declaration
<GuidAttribute("CDE12CD8-767B-4757-8A31-13029A086305")> _
Public Interface SmartTagActions _
    Inherits IEnumerable
'Usage
Dim instance As SmartTagActions
[GuidAttribute("CDE12CD8-767B-4757-8A31-13029A086305")]
public interface SmartTagActions : 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.

See Also

Reference

SmartTagActions Members

Microsoft.Office.Interop.Word Namespace