IVsDocumentPreviewer Interface
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.
Provides information about the document previewer.
public interface class IVsDocumentPreviewer
public interface class IVsDocumentPreviewer
__interface IVsDocumentPreviewer
[System.Runtime.InteropServices.Guid("1A19A9DB-766E-40B4-90FE-B6EF0BE6299B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDocumentPreviewer
[<System.Runtime.InteropServices.Guid("1A19A9DB-766E-40B4-90FE-B6EF0BE6299B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDocumentPreviewer = interface
Public Interface IVsDocumentPreviewer
- Attributes
Properties
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). |