Microsoft DirectX 9.0

IComponent.Type

The Type property sets or retrieves a ComponentType object that describes the general characteristics of this IComponent object.

Syntax

objIComponent.Type As ComponentType

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

Remarks

A ComponentType object is not required.

See Also