Share via


ListMakerItem Class

Enables a CD/DVD recording application to access individual items from a list provided by Windows Media Center. An application receives this class when Windows Media Center calls the application's IListMakerApp.ItemAdded and IListMakerApp.ItemRemoved methods.

Syntax

public class ListMakerItem

Public Instance Properties

Property Description
AppData Gets or sets application-defined data that is associated with a list item.
ByteSize Gets a value that indicates the size of a list item, in bytes.
Children Exposes an enumerator that a CD/DVD recording application can use to retrieve the child items, if any.
Duration Gets a value that indicates the duration of the list item.
Filename Gets a string containing the item's file name.
MediaTypes Gets a value that indicates the media type of the list item.
Name Gets a string containing the name of the list item.
Title Gets a string containing the title of the list item.

See Also