ISmartTagAction.InvokeVerb Method
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.
public void InvokeVerb (int VerbID, string ApplicationName, object Target, Microsoft.Office.Interop.SmartTag.ISmartTagProperties Properties, string Text, string Xml);
abstract member InvokeVerb : int * string * obj * Microsoft.Office.Interop.SmartTag.ISmartTagProperties * string * string -> unit
Public Sub InvokeVerb (VerbID As Integer, ApplicationName As String, Target As Object, Properties As ISmartTagProperties, Text As String, Xml As String)
Parameters
- VerbID
- Int32
- ApplicationName
- String
- Target
- Object
- Properties
- ISmartTagProperties
- Text
- String
- Xml
- String