Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Provides information about the document previewer.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<GuidAttribute("1A19A9DB-766E-40B4-90FE-B6EF0BE6299B")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsDocumentPreviewer
[GuidAttribute("1A19A9DB-766E-40B4-90FE-B6EF0BE6299B")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDocumentPreviewer
[GuidAttribute(L"1A19A9DB-766E-40B4-90FE-B6EF0BE6299B")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsDocumentPreviewer
[<GuidAttribute("1A19A9DB-766E-40B4-90FE-B6EF0BE6299B")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDocumentPreviewer = interface end
public interface IVsDocumentPreviewer
The IVsDocumentPreviewer type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Arguments | Gets the arguments that can be passed when invoking the previewer, or null if this is the internal previewer. |
![]() |
DisplayName | Gets the friendly name of the previewer. |
![]() |
IsDefault | Gets whether the previewer is configured as a default browser (more than one previewer can be marked as the default). |
![]() |
Path | Gets the path to the .exe browser. |
![]() |
Resolution | Gets the preferred resolution of the previewer window. |
![]() |
Type | Gets the previewer type as a member of __DOCUMENTPREVIEWERTYPE (internal, system, user-defined, or package-registered). |
Top
.gif)