IVsLaunchPad4 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.
Launches a console application with elevation.
public interface class IVsLaunchPad4
public interface class IVsLaunchPad4
__interface IVsLaunchPad4
[System.Runtime.InteropServices.Guid("70A675A3-71B7-462B-B7FF-02C6956F2715")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsLaunchPad4
[<System.Runtime.InteropServices.Guid("70A675A3-71B7-462B-B7FF-02C6956F2715")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsLaunchPad4 = interface
Public Interface IVsLaunchPad4
- Attributes
Methods
ExecCommandWithElevation(String, String, String) |
Executes the given command with elevation. |