IVsUIShellOpenDocument3::FirstDefaultPreviewer Property

 

Returns an interface that obtains information about the first default previewer, for example, path, arguments, and browser type.

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

[DispIdAttribute(1610678277)]
property IVsDocumentPreviewer^ FirstDefaultPreviewer {
	IVsDocumentPreviewer^ get();
}

Property Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsDocumentPreviewer^

The .exe file path.

This property is similar in functionality to GetFirstDefaultPreviewer, but obtains additional information about the browser.

Return to top
Show: