Returns all connected iPods. This is slower than GetConnectediPod as it must enumerate all drives, so only use if you know you need to handle multiple iPods at once.
Namespace: SharePodLib
Assembly: SharePodLib (in SharePodLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Shared Function GetAllConnectedIPods( _ ByVal action As IPodLoadAction _ ) As List(Of IPod) |
| C# |
|---|
| public static List<IPod> GetAllConnectedIPods( IPodLoadAction action ) |
| C++ |
|---|
| public: static List<IPod> GetAllConnectedIPods( IPodLoadAction action ) |
| J# |
|---|
| public static List<IPod> GetAllConnectedIPods( IPodLoadAction action ) |
| JScript |
|---|
| public static
function GetAllConnectedIPods( action : IPodLoadAction ) : List<IPod> |