IVsUIShellOpenDocument3.FirstDefaultPreviewer Property

Definition

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

public:
 property Microsoft::VisualStudio::Shell::Interop::IVsDocumentPreviewer ^ FirstDefaultPreviewer { Microsoft::VisualStudio::Shell::Interop::IVsDocumentPreviewer ^ get(); };
public:
 property Microsoft::VisualStudio::Shell::Interop::IVsDocumentPreviewer ^ FirstDefaultPreviewer { Microsoft::VisualStudio::Shell::Interop::IVsDocumentPreviewer ^ get(); };
public Microsoft.VisualStudio.Shell.Interop.IVsDocumentPreviewer FirstDefaultPreviewer { get; }
member this.FirstDefaultPreviewer : Microsoft.VisualStudio.Shell.Interop.IVsDocumentPreviewer
Public ReadOnly Property FirstDefaultPreviewer As IVsDocumentPreviewer

Property Value

The .exe file path.

Remarks

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

Applies to