IVsEnumWindowSearchOptions-Schnittstelle

 

Veröffentlicht: Oktober 2016

Listet Suchoptionen.

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

Syntax

[GuidAttribute("ECD23B8C-20EB-4D95-AD05-6A8C87413D10")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumWindowSearchOptions
[GuidAttribute("ECD23B8C-20EB-4D95-AD05-6A8C87413D10")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsEnumWindowSearchOptions
[<GuidAttribute("ECD23B8C-20EB-4D95-AD05-6A8C87413D10")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumWindowSearchOptions = interface end
<GuidAttribute("ECD23B8C-20EB-4D95-AD05-6A8C87413D10")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface IVsEnumWindowSearchOptions

Methoden

Name Beschreibung
System_CAPS_pubmethod Clone(IVsEnumWindowSearchOptions)

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

System_CAPS_pubmethod Next(UInt32, IVsWindowSearchOption[], UInt32)

Ruft eine angegebene Anzahl von Suchoptionen in der Enumerationsfolge Fenster ab.

System_CAPS_pubmethod Reset()

Setzt die Enumerationsfolge auf den Anfang zurück.

System_CAPS_pubmethod Skip(UInt32)

Überspringt eine angegebene Anzahl von Suchoptionen in der Enumerationsfolge Fenster.

Siehe auch

Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang