IEnumFORMATETC::Clone Method (IEnumFORMATETC^%)

 

Creates a new enumerator that contains the same enumeration state as the current enumerator.

Namespace:   System.Runtime.InteropServices.ComTypes
Assembly:  System (in System.dll)

void Clone(
	[OutAttribute] IEnumFORMATETC^% newEnum
)

Parameters

newEnum
Type: System.Runtime.InteropServices.ComTypes::IEnumFORMATETC^%

When this method returns, contains a reference to the newly created enumerator. This parameter is passed uninitialized.

For more information about IEnumFORMATETC::Clone, see the MSDN Library.

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: