__DOCUMENTPREVIEWERTYPE Enumeration

Specifies the type of the document previewer.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
Public Enumeration __DOCUMENTPREVIEWERTYPE
public enum __DOCUMENTPREVIEWERTYPE
public enum class __DOCUMENTPREVIEWERTYPE
type __DOCUMENTPREVIEWERTYPE
public enum __DOCUMENTPREVIEWERTYPE

Members

Member name Description
DP_InstalledBrowser The previewer is a non-default browser installed in the system.
DP_InternalBrowser The previewer is the internal browser.
DP_PackageRegistered The previewer is registered by one of the installed packages.
DP_SystemBrowser The previewer is configured as the system default browser.
DP_UserDefined The previewer is manually added and configured by the user.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace