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