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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.