ListMakerList Class

Enables a CD/DVD recording application to access a collection of list items provided by Windows Media Center. An application receives this class when Windows Media Center calls the application's IListMakerApp.Launch and IListMakerApp.Repeat methods.

Syntax

public sealed class ListMakerList : System.Collections.ObjectModel.Collection<ListMakerItem>

Public Instance Properties

Property Description
DeepCount Gets a value that indicates the number of ListMakerItem entries, including child items, represented by the ListMakerList.this property.
ListTitle Gets a string containing the title of the list.

See Also