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.
.gif)
| Previous | Next |
IWMPStringCollection2 Interface (VB and C#)
Provides methods that supplement the IWMPStringCollection interface.
In addition to the method inherited from IWMPStringCollection, the IWMPStringCollection2 interface exposes the following methods.
| Method | Description |
| getAttributeCountByType | Returns the number of attributes associated with the specified string collection item index, attribute name, and language. |
| getItemInfo | Returns the string corresponding to the specified string collection item index and name. |
| getItemInfoByType | Returns the value corresponding to the specified string collection item index, name, language, and attribute index. |
| isIdentical | Returns a value indicating whether the supplied object is the same as the current one. |
Get an IWMPStringCollection2 interface by casting the value returned by the IWMPMediaCollection.getAttributeStringCollection method.
See Also
| Previous | Next |