IVsUIShellOpenDocument3.FirstDefaultPreviewer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.