Share via


ISuggestedAction3.Invoke(IUIThreadOperationContext) Method

Definition

Invokes the suggested action.

public:
 void Invoke(Microsoft::VisualStudio::Utilities::IUIThreadOperationContext ^ operationContext);
public void Invoke (Microsoft.VisualStudio.Utilities.IUIThreadOperationContext operationContext);
abstract member Invoke : Microsoft.VisualStudio.Utilities.IUIThreadOperationContext -> unit
Public Sub Invoke (operationContext As IUIThreadOperationContext)

Parameters

operationContext
IUIThreadOperationContext

A context of executing this operation on the UI thread, which allows to provide custom operation description and progress information.

Remarks

This method supersedes Invoke(CancellationToken) and is guaranteed to be called instead of that.

Applies to