Share via


Windows Media Player 11 SDK IWMPStringCollection.count (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPStringCollection.count (VB and C#)

The count property gets the number of items in the string collection.

[Visual Basic]
ReadOnly Property count As Integer

[C#]
int count {get;}

Property Value

A System.Int32 that is the number of items in the string collection.

Remarks

Before using this property, you must have read access to the library. For more information, see Library Access.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: WMPLib

Assembly: Interop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next