Share via


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)

Syntax

'Declaration
ReadOnly Property FirstDefaultPreviewer As IVsDocumentPreviewer
IVsDocumentPreviewer FirstDefaultPreviewer { get; }
property IVsDocumentPreviewer^ FirstDefaultPreviewer {
    IVsDocumentPreviewer^ get ();
}
abstract FirstDefaultPreviewer : IVsDocumentPreviewer with get
function get FirstDefaultPreviewer () : IVsDocumentPreviewer

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsDocumentPreviewer
The .exe file path.

Remarks

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

.NET Framework Security

See Also

Reference

IVsUIShellOpenDocument3 Interface

Microsoft.VisualStudio.Shell.Interop Namespace