IVsLaunchPad4 Interface

Definition

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.

Applies to