Share via


IListMakerApp.ItemUsed Property

Gets a value that indicates the amount of CD or DVD space, in items, that has been used so far.

Syntax

public int ItemUsed {get;}

Property Value

System.Int32. The amount of space used so far.

This property is read-only.

Remarks

Windows Media Center gets this property if the CapacityFormat property is set to Item. This property, combined with ItemCapacity and the formatting properties, are used to create the final status message.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.ListMaker

Assembly: Microsoft.MediaCenter.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also