IVsWebBrowserUser Interface

Definition

Provides a way for clients of IVsWebBrowsingService to control the hosted Web browser control.

public interface class IVsWebBrowserUser
public interface class IVsWebBrowserUser
__interface IVsWebBrowserUser
[System.Runtime.InteropServices.Guid("E8B06F4B-6D01-11D2-AA7D-00C04F990343")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWebBrowserUser
[System.Runtime.InteropServices.Guid("E8B06F4B-6D01-11D2-AA7D-00C04F990343")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWebBrowserUser
[<System.Runtime.InteropServices.Guid("E8B06F4B-6D01-11D2-AA7D-00C04F990343")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWebBrowserUser = interface
[<System.Runtime.InteropServices.Guid("E8B06F4B-6D01-11D2-AA7D-00C04F990343")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWebBrowserUser = interface
Public Interface IVsWebBrowserUser
Attributes

Methods

Disconnect()

Disconnects the web browser.

FilterDataObject(IDataObject, IDataObject)

Modifies the specified data object with a filter.

GetCmdUIGuid(Guid)

Gets the command UI GUID of this web browser user.

GetCustomMenuInfo(Object, Object, UInt32, UInt32, Guid, Int32)

Gets information needed to customize a menu.

GetCustomURL(UInt32, String)

Gets a custom URL for the specified page.

GetDropTarget(IDropTarget, IDropTarget)

Gets an alternative drop target for the specified drop target.

GetExternalObject(Object)

Gets the external object, if there is one.

GetOptionKeyPath(UInt32, String)

Gets the registry key under which to save user preferences.

Resize(Int32, Int32)

Resizes the browser frame to the specified x and y dimensions.

TranslateAccelarator(MSG[])

Translate the specified message.

TranslateUrl(UInt32, String, String)

Translate or modify the specified URL.

Applies to