SmartTagActions Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of actions for an individual smart tag or a type of smart tag.
public interface class SmartTagActions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("CDE12CD8-767B-4757-8A31-13029A086305")]
public interface SmartTagActions : System.Collections.IEnumerable
type SmartTagActions = interface
interface IEnumerable
Public Interface SmartTagActions
Implements IEnumerable
- Attributes
- Implements
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.
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() | |
ReloadActions() |
Forces a reload of all smart tag actions related to a specific smart tag. |