IVsProfilerLaunchBrowserTargetInfo Interface
Launches a Web browser with a specified URL.
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("8DFD2DFC-D11E-4430-B311-1D4C732C45C3")> _
Public Interface IVsProfilerLaunchBrowserTargetInfo _
Inherits IVsProfilerLaunchTargetInfo
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("8DFD2DFC-D11E-4430-B311-1D4C732C45C3")]
public interface IVsProfilerLaunchBrowserTargetInfo : IVsProfilerLaunchTargetInfo
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"8DFD2DFC-D11E-4430-B311-1D4C732C45C3")]
public interface class IVsProfilerLaunchBrowserTargetInfo : IVsProfilerLaunchTargetInfo
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("8DFD2DFC-D11E-4430-B311-1D4C732C45C3")>]
type IVsProfilerLaunchBrowserTargetInfo =
interface
interface IVsProfilerLaunchTargetInfo
end
public interface IVsProfilerLaunchBrowserTargetInfo extends IVsProfilerLaunchTargetInfo
The IVsProfilerLaunchBrowserTargetInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
EnvironmentSettings | ||
LaunchProfilerFlags | ||
ProcessArchitecture | ||
References | ||
Url | Gets the URL to launch in the Web browser. |
Top