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)

[DispIdAttribute(1610678276)]
property IVsEnumDocumentPreviewers^ DocumentPreviewersEnum {
	IVsEnumDocumentPreviewers^ get();
}

Property Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsEnumDocumentPreviewers^

The interface to enumerate the document previewers.

Return to top
Show: