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
Public method Clone Creates another enumerator that contains the same enumeration state as the current one.
Public method Next Retrieves a specified number of document previewers in the enumeration sequence.
Public method Reset Resets the enumeration sequence to the beginning.
Public method Skip Skips a specified number of document previewers in the enumeration sequence.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace