IVsUIShellOpenDocument3.DocumentPreviewersEnum Property
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.
Gets an interface that can be used to enumerate the available document previewers.
public:
property Microsoft::VisualStudio::Shell::Interop::IVsEnumDocumentPreviewers ^ DocumentPreviewersEnum { Microsoft::VisualStudio::Shell::Interop::IVsEnumDocumentPreviewers ^ get(); };
public:
property Microsoft::VisualStudio::Shell::Interop::IVsEnumDocumentPreviewers ^ DocumentPreviewersEnum { Microsoft::VisualStudio::Shell::Interop::IVsEnumDocumentPreviewers ^ get(); };
public Microsoft.VisualStudio.Shell.Interop.IVsEnumDocumentPreviewers DocumentPreviewersEnum { get; }
member this.DocumentPreviewersEnum : Microsoft.VisualStudio.Shell.Interop.IVsEnumDocumentPreviewers
Public ReadOnly Property DocumentPreviewersEnum As IVsEnumDocumentPreviewers
Property Value
The interface to enumerate the document previewers.