IFsiDirectoryItemItem Property |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax IFsiItem this[
string path
] { get; }
ReadOnly Default Property Item (
path As String
) As IFsiItem
Get
Dim instance As IFsiDirectoryItem
Dim path As String
Dim value As IFsiItem
value = instance(path)
abstract Item : IFsiItem with get
/** @property */
IFsiItem get_Item(
String path
)
JScript does not support indexed properties.
Parameters
- path
- Type: SystemString
Property Value
Type:
IFsiItemSee Also