ICodeCleanUpExecutionContext Interface
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.
Represents an execution context for fixers setup by the command handling system
public interface class ICodeCleanUpExecutionContext
public interface ICodeCleanUpExecutionContext
type ICodeCleanUpExecutionContext = interface
Public Interface ICodeCleanUpExecutionContext
Properties
EnabledFixIds |
Gets fix identifiers which are enabled |
OperationContext |
Gets a context of executing potentially long running operation on the UI thread, which enables shared two way cancellability and wait indication |