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)

[GuidAttribute("B2CA3152-8051-4141-BF11-14A77A4F254E")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumDocumentPreviewers

NameDescription
System_CAPS_pubmethodClone(IVsEnumDocumentPreviewers)

Creates another enumerator that contains the same enumeration state as the current one.

System_CAPS_pubmethodNext(UInt32, IVsDocumentPreviewer[], UInt32)

Retrieves a specified number of document previewers in the enumeration sequence.

System_CAPS_pubmethodReset()

Resets the enumeration sequence to the beginning.

System_CAPS_pubmethodSkip(UInt32)

Skips a specified number of document previewers in the enumeration sequence.

Return to top
Show: