VsEnumerableEx<TComEnumerator,TComEnumerated>.Clone 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 copy of the enumerator and all its descendants. The returned enumerator contains the same enumeration state as the current one.
public:
void Clone([Runtime::InteropServices::Out] TComEnumerator % ppEnum);
public void Clone (out TComEnumerator ppEnum);
override this.Clone : 'ComEnumerator -> unit
Public Sub Clone (ByRef ppEnum As TComEnumerator)
Parameters
- ppEnum
- TComEnumerator
Address of a pointer to the copied enumerator.