Windows Media Player 11 SDK IWMPStringCollection Interface 

Windows Media Player SDK banner art

Previous Next

IWMPStringCollection Interface

The IWMPStringCollection interface provides methods that work with a collection of strings.

In addition to the methods inherited from IDispatch, the IWMPStringCollection interface exposes the following methods.

Method Description
get_count Retrieves the number of items in the string collection.
item Retrieves the string at the specified index.

Retrieve a pointer to an IWMPStringCollection interface with the following method.

Interface Method
IWMPMediaCollection getAttributeStringCollection.

See Also

Previous Next