Share via


IVsAsyncCommandParameters Interface

Definition

An instance of this interface is sent as the input argument to commands with the AsyncFromUIInvocation, when they are executed by a UI gesture such as a menu command, toolbar button, or key binding.

[System.Runtime.InteropServices.Guid("1553ee45-0c52-4aa4-ab21-f1769749bc7a")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAsyncCommandParameters
[<System.Runtime.InteropServices.Guid("1553ee45-0c52-4aa4-ab21-f1769749bc7a")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAsyncCommandParameters = interface
Public Interface IVsAsyncCommandParameters
Attributes

Properties

OriginalArgument

The original argument to the command invocation, or null if none was specified.

ShouldRunAsync

Indicates whether the command should be run asynchronously

Applies to