IEnumVARIANT.Clone Method

Definition

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

public:
 System::Runtime::InteropServices::ComTypes::IEnumVARIANT ^ Clone();
public System.Runtime.InteropServices.ComTypes.IEnumVARIANT Clone ();
abstract member Clone : unit -> System.Runtime.InteropServices.ComTypes.IEnumVARIANT
Public Function Clone () As IEnumVARIANT

Returns

An IEnumVARIANT reference to the newly created enumerator.

Remarks

For more information, see IEnumVARIANT::Clone method.

Applies to