MediaContext.Properties Method

Gets all properties for the current media context.

Note   This method has been deprecated.

Syntax

  MediaContext.Properties()

Parameters

This method takes no parameters.

Return Value

A read-only Array object that contains an array of ExProperty objects, or is null if there are no properties.

Remarks

The Properties array is similar to a JScript array, but it does not define all of the methods of a JScript array, and it uses function syntax to index elements, rather than array syntax; for example, MediaContext.Properties.item(3), rather than, MediaContext.Properties[3].

Requirements

Platform: HTML application hosted within Windows XP Media Center Edition 2004 through Windows Vista

See Also