ISuggestedAction3.Invoke(IUIThreadOperationContext) 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.
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.