Share via


IVsProfilerLaunchBrowserTargetInfo Interface

Definition

Launches a Web browser with a specified URL.

public interface class IVsProfilerLaunchBrowserTargetInfo : Microsoft::VisualStudio::Shell::Interop::IVsProfilerLaunchTargetInfo
public interface class IVsProfilerLaunchBrowserTargetInfo : Microsoft::VisualStudio::Shell::Interop::IVsProfilerLaunchTargetInfo
__interface IVsProfilerLaunchBrowserTargetInfo : Microsoft::VisualStudio::Shell::Interop::IVsProfilerLaunchTargetInfo
[System.Runtime.InteropServices.Guid("8DFD2DFC-D11E-4430-B311-1D4C732C45C3")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProfilerLaunchBrowserTargetInfo : Microsoft.VisualStudio.Shell.Interop.IVsProfilerLaunchTargetInfo
[<System.Runtime.InteropServices.Guid("8DFD2DFC-D11E-4430-B311-1D4C732C45C3")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProfilerLaunchBrowserTargetInfo = interface
    interface IVsProfilerLaunchTargetInfo
[<System.Runtime.InteropServices.Guid("8DFD2DFC-D11E-4430-B311-1D4C732C45C3")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProfilerLaunchBrowserTargetInfo = interface
    interface IVsProfilerLaunchTargetInfo
    interface IVsProfilerTargetInfo
Public Interface IVsProfilerLaunchBrowserTargetInfo
Implements IVsProfilerLaunchTargetInfo
Attributes
Implements

Properties

Name Description
EnvironmentSettings
LaunchProfilerFlags
ProcessArchitecture
References
Url

Gets the URL to launch in the Web browser.

Applies to