WindowSearchOptionEnumerator.Clone(IVsEnumWindowSearchOptions) Method

Definition

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

public:
 virtual void Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsEnumWindowSearchOptions ^ % ppEnum);
public void Clone (out Microsoft.VisualStudio.Shell.Interop.IVsEnumWindowSearchOptions ppEnum);
abstract member Clone : IVsEnumWindowSearchOptions -> unit
override this.Clone : IVsEnumWindowSearchOptions -> unit
Public Sub Clone (ByRef ppEnum As IVsEnumWindowSearchOptions)

Parameters

ppEnum
IVsEnumWindowSearchOptions

Pointer to the new search option enumerator.

Implements

Applies to