IVsUIShellOpenDocument3::DocumentPreviewersEnum Property
Visual Studio 2015
Gets an interface that can be used to enumerate the available document previewers.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
[DispIdAttribute(1610678276)]
property IVsEnumDocumentPreviewers^ DocumentPreviewersEnum {
IVsEnumDocumentPreviewers^ get();
}
Property Value
Type: Microsoft.VisualStudio.Shell.Interop::IVsEnumDocumentPreviewers^The interface to enumerate the document previewers.
Show: