_EnvironmentWebBrowser Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("A3286B03-5AC6-44F0-8CC3-EBED7F1124E5")> _
Public Interface _EnvironmentWebBrowser
[GuidAttribute("A3286B03-5AC6-44F0-8CC3-EBED7F1124E5")]
public interface _EnvironmentWebBrowser
[GuidAttribute(L"A3286B03-5AC6-44F0-8CC3-EBED7F1124E5")]
public interface class _EnvironmentWebBrowser
[<GuidAttribute("A3286B03-5AC6-44F0-8CC3-EBED7F1124E5")>]
type _EnvironmentWebBrowser = interface end
public interface _EnvironmentWebBrowser
The _EnvironmentWebBrowser type exposes the following members.
Properties
Name | Description | |
---|---|---|
HomePage | Infrastructure. Microsoft Internal Use Only. | |
SearchPage | Infrastructure. Microsoft Internal Use Only. | |
UseDefaultHomePage | Infrastructure. Microsoft Internal Use Only. | |
UseDefaultSearchPage | Infrastructure. Microsoft Internal Use Only. | |
ViewSourceExternalProgram | Infrastructure. Microsoft Internal Use Only. | |
ViewSourceIn | Infrastructure. Microsoft Internal Use Only. |
Top