Windows Media Player 11 SDK IWMPStringCollection Interface (VB and C#)
Previous | Next |
IWMPStringCollection Interface (VB and C#)
Provides a property and a method for accessing a collection of strings by index number.
The IWMPStringCollection interface exposes the following property.
Property | Description |
count | Gets the number of items in the string collection. |
The IWMPStringCollection interface exposes the following method.
Method | Description |
Item | Returns the string at the specified index. |
Get an IWMPStringCollection interface by using the following methods**.**
Interface | Method |
IWMPMediaCollection | getAttributeStringCollection |
See Also
Previous | Next |