IVsEnumDocumentPreviewers Interface
Enumerates a set of document previewers.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<GuidAttribute("B2CA3152-8051-4141-BF11-14A77A4F254E")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsEnumDocumentPreviewers
[GuidAttribute("B2CA3152-8051-4141-BF11-14A77A4F254E")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumDocumentPreviewers
[GuidAttribute(L"B2CA3152-8051-4141-BF11-14A77A4F254E")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsEnumDocumentPreviewers
[<GuidAttribute("B2CA3152-8051-4141-BF11-14A77A4F254E")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumDocumentPreviewers = interface end
public interface IVsEnumDocumentPreviewers
The IVsEnumDocumentPreviewers type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone | Creates another enumerator that contains the same enumeration state as the current one. | |
Next | Retrieves a specified number of document previewers in the enumeration sequence. | |
Reset | Resets the enumeration sequence to the beginning. | |
Skip | Skips a specified number of document previewers in the enumeration sequence. |
Top