Share via


IVsUIShellOpenDocument2 Interface

Definition

Provides the list of default document previewers. Implemented by the Environment. Extends, but does not inherit from IVsUIShellOpenDocument.

public interface class IVsUIShellOpenDocument2
public interface class IVsUIShellOpenDocument2
__interface IVsUIShellOpenDocument2
[System.Runtime.InteropServices.Guid("0649BDA0-0978-4CA0-AB0B-0F619199BCCA")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsUIShellOpenDocument2
[<System.Runtime.InteropServices.Guid("0649BDA0-0978-4CA0-AB0B-0F619199BCCA")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsUIShellOpenDocument2 = interface
Public Interface IVsUIShellOpenDocument2
Attributes

Methods

GetDefaultPreviewers(UInt32, VSDEFAULTPREVIEWER[], UInt32)

Provides a list of Default Previewers. This is the list of previewers that would be launched if IVsUIShellOpenDocument::OpenStandardPreviewer(NULL) is called.

Applies to