Microsoft DirectX 9.0

IComponents.Item

The Item property retrieves a Component object from the collection at the specified index.

Syntax

objIComponents.Item(index) As Component

Parameters

Index

  Specifies the index of the object to retrieve as a Long integer.

Error Codes

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

Return Value

This property returns a Component object as an Object.

See Also