List of device FileSystems SharePodLib will use when searching for iPods. This list can be updated dynamically before calling GetConnectediPod().
Namespace: SharePodLib
Assembly: SharePodLib (in SharePodLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Shared ReadOnly Property RegisteredFileSystems As List(Of DeviceFileSystem) |
| C# |
|---|
| public static List<DeviceFileSystem> RegisteredFileSystems { get; } |
| C++ |
|---|
| public static property List<DeviceFileSystem> RegisteredFileSystems { List<DeviceFileSystem> get(); } |
| J# |
|---|
| /** property */ public List<DeviceFileSystem> get_RegisteredFileSystems(); |
| JScript |
|---|
| public function get RegisteredFileSystems() : List<DeviceFileSystem> |