WindowSearchFilterEnumerator Class

 

Represents an enumerated set of search filters for use by the search control for window search.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  Microsoft.VisualStudio.PlatformUI.WindowSearchFilterEnumerator

public class WindowSearchFilterEnumerator : IVsEnumWindowSearchFilters

NameDescription
System_CAPS_pubmethodWindowSearchFilterEnumerator(IEnumerable<IVsWindowSearchFilter>)

Creates a new instance of an enumerated set of search filters for use by the search control for window search.

NameDescription
System_CAPS_pubmethodClone(IVsEnumWindowSearchFilters)

Creates a new enumerated set of search filters that has the same state as this one.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodNext(UInt32, IVsWindowSearchFilter[], UInt32)

Retrieves a specified number of search filters from the enumerated set.

System_CAPS_pubmethodReset()

Resets the search filters enumerator to the beginning.

System_CAPS_pubmethodSkip(UInt32)

Skips a specified number of search filters in the enumerated sequence.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: