ISmartTagAction.Invoke Method

Definition

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.

Applies to