CommandExecutionContext Class
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 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. |