IVsEnumDocumentPreviewers Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates a set of document previewers.
public interface class IVsEnumDocumentPreviewers
public interface class IVsEnumDocumentPreviewers
__interface IVsEnumDocumentPreviewers
[System.Runtime.InteropServices.Guid("B2CA3152-8051-4141-BF11-14A77A4F254E")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumDocumentPreviewers
[<System.Runtime.InteropServices.Guid("B2CA3152-8051-4141-BF11-14A77A4F254E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumDocumentPreviewers = interface
Public Interface IVsEnumDocumentPreviewers
- Attributes
Methods
Clone(IVsEnumDocumentPreviewers) |
Creates another enumerator that contains the same enumeration state as the current one. |
Next(UInt32, IVsDocumentPreviewer[], UInt32) |
Retrieves a specified number of document previewers in the enumeration sequence. |
Reset() |
Resets the enumeration sequence to the beginning. |
Skip(UInt32) |
Skips a specified number of document previewers in the enumeration sequence. |