ISDBAlbumArtList::Item: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
 
Line 1: Line 1:
{{MethodDeclaration|SDBAlbumArtList|ISDBAlbumArtList|Property Get/Let Item(Index As Long) As SDBAlbumArtItem}}
{{MethodDeclaration|SDBAlbumArtList|ISDBAlbumArtList|Property Get/Let Item(Index As Long) As [[SDBAlbumArtItem]]}}


===Parameters===
===Parameters===

Latest revision as of 02:13, 26 December 2007

CoClass SDBAlbumArtList, Interface ISDBAlbumArtList

Property Get/Let Item(Index As Long) As SDBAlbumArtItem


Parameters

Name Type Description
Index Long Index of album art to be returned.


Property description

Returns albums art given by an index as SDBAlbumArtItem object.