Partilhar via


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
System_CAPS_pubmethod GetDocumentInfo(UInt32, Object)

System_CAPS_pubmethod Navigate(UInt32, String)

System_CAPS_pubmethod NavigateEx(UInt32, String, Object, Object, Object)

System_CAPS_pubmethod Refresh(UInt32)

System_CAPS_pubmethod Stop()

Consulte também

Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo