IVsLaunchPad3 Interface
Executes a command with output displayed to an output pane in the Visual Studio IDE.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
<GuidAttribute("96A8C871-BD60-47CD-BCBA-D4455806C54F")> _
<InterfaceTypeAttribute()> _
Public Interface IVsLaunchPad3
[GuidAttribute("96A8C871-BD60-47CD-BCBA-D4455806C54F")]
[InterfaceTypeAttribute()]
public interface IVsLaunchPad3
[GuidAttribute(L"96A8C871-BD60-47CD-BCBA-D4455806C54F")]
[InterfaceTypeAttribute()]
public interface class IVsLaunchPad3
[<GuidAttribute("96A8C871-BD60-47CD-BCBA-D4455806C54F")>]
[<InterfaceTypeAttribute()>]
type IVsLaunchPad3 = interface end
public interface IVsLaunchPad3
The IVsLaunchPad3 type exposes the following members.
Methods
Name | Description | |
---|---|---|
ExecCommandWithElevationIfRequired | Executes the given command with the opportunity for elevation. |
Top