IVsUIShellOpenDocument3::FirstDefaultPreviewer Property
Visual Studio 2015
Returns an interface that obtains information about the first default previewer, for example, path, arguments, and browser type.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
[DispIdAttribute(1610678277)]
property IVsDocumentPreviewer^ FirstDefaultPreviewer {
IVsDocumentPreviewer^ get();
}
This property is similar in functionality to GetFirstDefaultPreviewer, but obtains additional information about the browser.
Show: