Windows Media Player SDK banner art
PreviousNext

MediaCollection.getAttributeStringCollection

The getAttributeStringCollection method retrieves a StringCollection object representing the set of all values for a given attribute within a given media type.

Syntax

player.mediaCollection.getAttributeStringCollection(attribute, mediaType)

Parameters

  attribute

String specifying the attribute. Contains one of the following values: “Album”, “Author”, “Artist”, or “Genre”.

  mediaType

String representing the media type. Contains one of the following values: “Audio” or “Video”.

Return Values

This method returns a StringCollection object.

See Also

PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.