Microsoft DirectX 9.0

IComponents.Clone

The Clone method creates a new collection object that contains a copy of every component in this collection.

Syntax

objIComponents.Clone() As Components

Parameters

This method takes no parameters.

Error Codes

If the method fails, an error is raised and Err.Number is set to a value other than zero.

Return Value

Returns the new IComponents object as an Object.

See Also