ISmartTagAction.Invoke 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.
A callback used to invoke the smart tag action.Smart tags are deprecated in favor of light bulbs. See Invoke(CancellationToken) for a replacement.
public:
void Invoke();
public:
void Invoke();
void Invoke();
public void Invoke ();
abstract member Invoke : unit -> unit
Public Sub Invoke ()
Remarks
You should implement this method to perform the action when this method is called.