ICodeCleanUpExecutionContext.OperationContext Property
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.
Gets a context of executing potentially long running operation on the UI thread, which enables shared two way cancellability and wait indication
public:
property Microsoft::VisualStudio::Utilities::IUIThreadOperationContext ^ OperationContext { Microsoft::VisualStudio::Utilities::IUIThreadOperationContext ^ get(); };
public Microsoft.VisualStudio.Utilities.IUIThreadOperationContext OperationContext { get; }
member this.OperationContext : Microsoft.VisualStudio.Utilities.IUIThreadOperationContext
Public ReadOnly Property OperationContext As IUIThreadOperationContext