After adding a reference to iTunes1.13typelibrary, and adding the
using ituneslib;
In the program, I created the itunesApp class, but in the iTunesLib namespace, there are no options for classes such as IITPlayList or the track class, the only classes that show up are the collections. How do I access those classes?
After adding a reference to iTunes1.13typelibrary, and adding the using ituneslib; In the program,
Share
Answer from comment: you can declare objects of these types, they just don’t show up in intellisense. an example of this is here:
this code loops through each track in each playlist