CommandExecutionContext Class

Definition

Represents a command execution context, which is set up by a command handler service and provided to each command handler.

public ref class CommandExecutionContext sealed
public ref class CommandExecutionContext sealed : Microsoft::VisualStudio::Utilities::IPropertyOwner
public sealed class CommandExecutionContext
public sealed class CommandExecutionContext : Microsoft.VisualStudio.Utilities.IPropertyOwner
type CommandExecutionContext = class
type CommandExecutionContext = class
    interface IPropertyOwner
Public NotInheritable Class CommandExecutionContext
Public NotInheritable Class CommandExecutionContext
Implements IPropertyOwner
Inheritance
CommandExecutionContext
Implements

Constructors

CommandExecutionContext(IUIThreadOperationContext)

Creates new instance of the CommandExecutionContext.

Properties

OperationContext

Provides a context of executing a command handler on the UI thread, which enables two way shared cancellability and wait indication.

Properties

A collection of properties.

WaitContext
Obsolete.

Provides a context of executing a command handler on the UI thread, which enables two way shared cancellability and wait indication.

Applies to