ISDBAlbums::Item: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{MethodDeclaration|SDBAlbums|ISDBAlbums|Property Get Item(Index As Long) As SDBAlbum}} | {{MethodDeclaration|SDBAlbums|ISDBAlbums|Property Get Item(Index As Long) As [[SDBAlbum]]}} | ||
===Parameters=== | ===Parameters=== | ||
Latest revision as of 02:34, 26 December 2007
CoClass SDBAlbums, Interface ISDBAlbums
Property Get Item(Index As Long) As SDBAlbum
Parameters
| Name | Type | Description |
|---|---|---|
| Index | Long | Index of the album to return. |
Property description
Returns an album from the list indexed by Index as SDBAlbum object.