IVsLaunchPad4 Interface

Launches a console application with elevation.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("70A675A3-71B7-462B-B7FF-02C6956F2715")> _
Public Interface IVsLaunchPad4
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("70A675A3-71B7-462B-B7FF-02C6956F2715")]
public interface IVsLaunchPad4
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"70A675A3-71B7-462B-B7FF-02C6956F2715")]
public interface class IVsLaunchPad4
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("70A675A3-71B7-462B-B7FF-02C6956F2715")>]
type IVsLaunchPad4 =  interface end
public interface IVsLaunchPad4

The IVsLaunchPad4 type exposes the following members.

Methods

  Name Description
Public method ExecCommandWithElevation Executes the given command with elevation.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace