Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.