IVsEnumSearchProviders.Clone(IVsEnumSearchProviders) 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::IVsEnumSearchProviders ^ % ppEnum);
public:
void Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsEnumSearchProviders ^ & ppEnum);
void Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsEnumSearchProviders const & & ppEnum);
public void Clone (out Microsoft.VisualStudio.Shell.Interop.IVsEnumSearchProviders ppEnum);
abstract member Clone : IVsEnumSearchProviders -> unit
Public Sub Clone (ByRef ppEnum As IVsEnumSearchProviders)
Parameters
- ppEnum
- IVsEnumSearchProviders
[out] Pointer to the cloned IVsEnumSearchProviders
interface.