Share via


IVsUIShellOpenDocument3.DocumentPreviewersEnum Property

Gets an interface that can be used to enumerate the available document previewers.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
ReadOnly Property DocumentPreviewersEnum As IVsEnumDocumentPreviewers
IVsEnumDocumentPreviewers DocumentPreviewersEnum { get; }
property IVsEnumDocumentPreviewers^ DocumentPreviewersEnum {
    IVsEnumDocumentPreviewers^ get ();
}
abstract DocumentPreviewersEnum : IVsEnumDocumentPreviewers with get
function get DocumentPreviewersEnum () : IVsEnumDocumentPreviewers

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsEnumDocumentPreviewers
The interface to enumerate the document previewers.

.NET Framework Security

See Also

Reference

IVsUIShellOpenDocument3 Interface

Microsoft.VisualStudio.Shell.Interop Namespace