IVsEnumDocumentPreviewers-Schnittstelle

 

Veröffentlicht: Oktober 2016

Listet eine Reihe von Dokumentvorschau.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

[GuidAttribute("B2CA3152-8051-4141-BF11-14A77A4F254E")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumDocumentPreviewers
[GuidAttribute("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
<GuidAttribute("B2CA3152-8051-4141-BF11-14A77A4F254E")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface IVsEnumDocumentPreviewers

Methoden

Name Beschreibung
System_CAPS_pubmethod Clone(IVsEnumDocumentPreviewers)

Erstellt einen weiteren Enumerator, der denselben Enumerationszustand wie der aktuelle enthält.

System_CAPS_pubmethod Next(UInt32, IVsDocumentPreviewer[], UInt32)

Ruft eine angegebene Anzahl von Dokumentvorschau in der Enumerationsfolge ab.

System_CAPS_pubmethod Reset()

Setzt die Enumerationsfolge auf den Anfang zurück.

System_CAPS_pubmethod Skip(UInt32)

Überspringt eine angegebene Anzahl von Dokumentvorschau in der Enumerationsfolge.

Siehe auch

Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang