_Application.BrowseExtraFileTypes Property
Set this property to "text/html" to allow hyperlinked HTML files to be opened in Microsoft Word (instead of the default Internet browser).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property BrowseExtraFileTypes As String
Get
Set
'Usage
Dim instance As _Application
Dim value As String
value = instance.BrowseExtraFileTypes
instance.BrowseExtraFileTypes = value
string BrowseExtraFileTypes { get; set; }
Property Value
Type: System.String