Interface IVsWebBrowser
Publicado: abril de 2016
Manipula um navegador da Web.Retornado pela CreateWebBrowser método da IVsWebBrowsingService interface.Você pode obter uma instância da IVsWebBrowsingService interface da SVsWebBrowsingService service (SID_SVsWebBrowsingService).
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
[InterfaceTypeAttribute(1)]
[GuidAttribute("E8B06F50-6D01-11D2-AA7D-00C04F990343")]
public interface IVsWebBrowser
[InterfaceTypeAttribute(1)]
[GuidAttribute("E8B06F50-6D01-11D2-AA7D-00C04F990343")]
public interface class IVsWebBrowser
[<InterfaceTypeAttribute(1)>]
[<GuidAttribute("E8B06F50-6D01-11D2-AA7D-00C04F990343")>]
type IVsWebBrowser = interface end
<InterfaceTypeAttribute(1)>
<GuidAttribute("E8B06F50-6D01-11D2-AA7D-00C04F990343")>
Public Interface IVsWebBrowser
Métodos
Nome | Descrição | |
---|---|---|
GetDocumentInfo(UInt32, Object) | ||
Navigate(UInt32, String) | ||
NavigateEx(UInt32, String, Object, Object, Object) | ||
Refresh(UInt32) | ||
Stop() |
Consulte também
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo