IVsEnumWindowSearchOptions.Clone(IVsEnumWindowSearchOptions) Method

Definition

Creates another enumerator that contains the same enumeration state as the current one.

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

Parameters

ppEnum
IVsEnumWindowSearchOptions

[out] Pointer to the cloned IVsEnumWindowSearchOptions interface.

Applies to