Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Provides a way for clients of IVsWebBrowsingService to control the hosted Web browser control.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("E8B06F4B-6D01-11D2-AA7D-00C04F990343")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWebBrowserUser
[GuidAttribute("E8B06F4B-6D01-11D2-AA7D-00C04F990343")]
[InterfaceTypeAttribute()]
public interface IVsWebBrowserUser
[GuidAttribute(L"E8B06F4B-6D01-11D2-AA7D-00C04F990343")]
[InterfaceTypeAttribute()]
public interface class IVsWebBrowserUser
[<GuidAttribute("E8B06F4B-6D01-11D2-AA7D-00C04F990343")>]
[<InterfaceTypeAttribute()>]
type IVsWebBrowserUser = interface end
public interface IVsWebBrowserUser
The IVsWebBrowserUser type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
Disconnect | Disconnects the web browser. |
![]() |
FilterDataObject | Modifies the specified data object with a filter. |
![]() |
GetCmdUIGuid | Gets the command UI GUID of this web browser user. |
![]() |
GetCustomMenuInfo | Gets information needed to customize a menu. |
![]() |
GetCustomURL | Gets a custom URL for the specified page. |
![]() |
GetDropTarget | Gets an alternative drop target for the specified drop target. |
![]() |
GetExternalObject | Gets the external object, if there is one. |
![]() |
GetOptionKeyPath | Gets the registry key under which to save user preferences. |
![]() |
Resize | Resizes the browser frame to the specified x and y dimensions. |
![]() |
TranslateAccelarator | Translate the specified message. |
![]() |
TranslateUrl | Translate or modify the specified URL. |
Top
.gif)