IRawCDImageCreatorItem Property |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax IRawCDImageTrackInfo this[
int trackIndex
] { get; }
ReadOnly Default Property Item (
trackIndex As Integer
) As IRawCDImageTrackInfo
Get
Dim instance As IRawCDImageCreator
Dim trackIndex As Integer
Dim value As IRawCDImageTrackInfo
value = instance(trackIndex)
abstract Item : IRawCDImageTrackInfo with get
/** @property */
IRawCDImageTrackInfo get_Item(
int trackIndex
)
JScript does not support indexed properties.
function get_Item(trackIndex);
Parameters
- trackIndex
- Type: SystemInt32
Property Value
Type:
IRawCDImageTrackInfoSee Also