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 | |
|---|---|---|
| .gif) | Disconnect | Disconnects the web browser. | 
| .gif) | FilterDataObject | Modifies the specified data object with a filter. | 
| .gif) | GetCmdUIGuid | Gets the command UI GUID of this web browser user. | 
| .gif) | GetCustomMenuInfo | Gets information needed to customize a menu. | 
| .gif) | GetCustomURL | Gets a custom URL for the specified page. | 
| .gif) | GetDropTarget | Gets an alternative drop target for the specified drop target. | 
| .gif) | GetExternalObject | Gets the external object, if there is one. | 
| .gif) | GetOptionKeyPath | Gets the registry key under which to save user preferences. | 
| .gif) | Resize | Resizes the browser frame to the specified x and y dimensions. | 
| .gif) | TranslateAccelarator | Translate the specified message. | 
| .gif) | TranslateUrl | Translate or modify the specified URL. | 
Top