IVsLaunchPad3 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.
Executes a command with output displayed to an output pane in the Visual Studio IDE.
public interface class IVsLaunchPad3
public interface class IVsLaunchPad3
__interface IVsLaunchPad3
[System.Runtime.InteropServices.Guid("96A8C871-BD60-47CD-BCBA-D4455806C54F")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsLaunchPad3
[System.Runtime.InteropServices.Guid("96A8C871-BD60-47CD-BCBA-D4455806C54F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsLaunchPad3
[<System.Runtime.InteropServices.Guid("96A8C871-BD60-47CD-BCBA-D4455806C54F")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsLaunchPad3 = interface
[<System.Runtime.InteropServices.Guid("96A8C871-BD60-47CD-BCBA-D4455806C54F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsLaunchPad3 = interface
Public Interface IVsLaunchPad3
- Attributes
Methods
ExecCommandWithElevationIfRequired(String, String, String) |
Executes the given command with the opportunity for elevation. |