Microsoft DirectX 9.0

ComponentTypes.Item

The Item property sets or retrieves a ComponentType object at a specified index.

Syntax

objComponentTypes.Item(Index) As ComponentType

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 ComponentType object as an Object.

See Also