Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Previous | Next |
StringCollection.item
The item method retrieves the string at the specified index.
Syntax
Parameters
index
Number (long) containing the index.
Return Values
This method returns a String.
Remarks
The StringCollection object is used to retrieve the set of values available for an attribute. For example, the MediaCollection**.getAttributeStringCollection** method can be used to retrieve a StringCollection object representing all the values for the Genre attribute within the Audio media type. The item property can then be used to iterate through all of the possible values for the Genre attribute.
To use this method, read access to the library is required. For more information, see Library Access.
Requirements
Version: Windows Media Player version 7.0 or later.
Library: Use wmp.dll.
See Also
- MediaCollection.getAttributeStringCollection
- Settings.mediaAccessRights
- Settings.requestMediaAccessRights
- StringCollection Object
Previous | Next |