IVsEnumWindowSearchFilters.Clone(IVsEnumWindowSearchFilters) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates another enumerator that contains the same enumeration state as the current one.
public:
void Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsEnumWindowSearchFilters ^ % ppEnum);
public:
void Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsEnumWindowSearchFilters ^ & ppEnum);
void Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsEnumWindowSearchFilters const & & ppEnum);
public void Clone (out Microsoft.VisualStudio.Shell.Interop.IVsEnumWindowSearchFilters ppEnum);
abstract member Clone : IVsEnumWindowSearchFilters -> unit
Public Sub Clone (ByRef ppEnum As IVsEnumWindowSearchFilters)
Parameters
- ppEnum
- IVsEnumWindowSearchFilters
[out] Pointer to the cloned IVsEnumWindowSearchFilters
interface.