IVsProfilerLaunchBrowserTargetInfo 接口

定义

使用指定的 URL 启动 Web 浏览器。

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
Public Interface IVsProfilerLaunchBrowserTargetInfo
Implements IVsProfilerLaunchTargetInfo
属性
实现

属性

EnvironmentSettings
LaunchProfilerFlags
ProcessArchitecture
References
Url

获取要在 Web 浏览器中启动的 URL。

适用于