Loads the iPod from the specified drive. If you already know the iPod's drive letter, this is more performant than calling GetConnectedIPod().
Namespace: SharePodLib
Assembly: SharePodLib (in SharePodLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Shared Function GetiPodByDrive( _ ByVal driveLetter As String, _ ByVal action As IPodLoadAction _ ) As IPod |
| C# |
|---|
| public static IPod GetiPodByDrive( string driveLetter, IPodLoadAction action ) |
| C++ |
|---|
| public: static IPod GetiPodByDrive( String driveLetter, IPodLoadAction action ) |
| J# |
|---|
| public static IPod GetiPodByDrive( string driveLetter, IPodLoadAction action ) |
| JScript |
|---|
| public static
function GetiPodByDrive( driveLetter : String, action : IPodLoadAction ) : IPod |