IVsAsyncCommandParameters 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.
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 |
ShouldRunAsync |
Indicates whether the command should be run asynchronously |