IVsUIShellOpenDocument2 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 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. |