Microsoft DirectX 9.0

ITuneRequest.Components

The Components property retrieves the IComponents object collection for this ITuneRequest object.

Syntax

objITuneRequest.Components As Components

Parameters

This property takes no parameters.

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 an IComponents object as an Object. This IComponents object has a collection of Component objects for this ITuneRequest object.

Remarks

This property is read-only.

See Also