WindowSearchOptionEnumerator.Clone(IVsEnumWindowSearchOptions) 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 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.