WindowSearchOptionEnumerator Class

 

Represents an enumerated set of search options 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.WindowSearchOptionEnumerator

public class WindowSearchOptionEnumerator : IVsEnumWindowSearchOptions

NameDescription
System_CAPS_pubmethodWindowSearchOptionEnumerator(IEnumerable<IVsWindowSearchOption>)

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

NameDescription
System_CAPS_pubmethodClone(IVsEnumWindowSearchOptions)

Creates a new enumerated set of search options 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, IVsWindowSearchOption[], UInt32)

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

System_CAPS_pubmethodReset()

Resets the search options enumerator to the beginning.

System_CAPS_pubmethodSkip(UInt32)

Skips a specified number of search options 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: