__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)

public enum __DOCUMENTPREVIEWERTYPE

Member nameDescription
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.

Return to top
Show: