IVsWebBrowserUser Interface
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 | ||
FilterDataObject | ||
GetCmdUIGuid | ||
GetCustomMenuInfo | ||
GetCustomURL | ||
GetDropTarget | ||
GetExternalObject | ||
GetOptionKeyPath | ||
Resize | ||
TranslateAccelarator | ||
TranslateUrl |
Top