WindowSearchFilterEnumerator::Clone Method (IVsEnumWindowSearchFilters^)

 

Creates a new enumerated set of search filters 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] IVsEnumWindowSearchFilters^% ppEnum
) sealed

Parameters

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

Pointer to the new search filter enumerator.

Return to top
Show: