WindowSearchOptionEnumerator::Clone Method (IVsEnumWindowSearchOptions^)

 

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

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

public:
virtual void Clone(
	[OutAttribute] IVsEnumWindowSearchOptions^% ppEnum
) sealed

Parameters

ppEnum
Type: Microsoft.VisualStudio.Shell.Interop::IVsEnumWindowSearchOptions^

Pointer to the new search option enumerator.

Return to top
Show: