IVsEnumWindowSearchFilters-Schnittstelle

 

Veröffentlicht: Oktober 2016

Listet Fenster Suchfilter.

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

Syntax

[GuidAttribute("7FD10A54-08D9-4F5B-8142-239F6EF688E4")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumWindowSearchFilters
[GuidAttribute("7FD10A54-08D9-4F5B-8142-239F6EF688E4")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsEnumWindowSearchFilters
[<GuidAttribute("7FD10A54-08D9-4F5B-8142-239F6EF688E4")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumWindowSearchFilters = interface end
<GuidAttribute("7FD10A54-08D9-4F5B-8142-239F6EF688E4")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface IVsEnumWindowSearchFilters

Methoden

Name Beschreibung
System_CAPS_pubmethod Clone(IVsEnumWindowSearchFilters)

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

System_CAPS_pubmethod Next(UInt32, IVsWindowSearchFilter[], UInt32)

Ruft eine angegebene Anzahl von Suchfiltern für Fenster in der Enumerationsfolge ab.

System_CAPS_pubmethod Reset()

Setzt die Enumerationsfolge auf den Anfang zurück.

System_CAPS_pubmethod Skip(UInt32)

Überspringt eine bestimmte Anzahl Fenster Filter in der Enumerationsfolge.

Siehe auch

Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang