| Visual Basic (Declaration) | |
|---|---|
Public Shared Function Factory( _ ByVal rdlxFile As Stream _ ) As IList(Of PodUpdate) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim rdlxFile As Stream Dim value As IList(Of PodUpdate) value = PodUpdate.Factory(rdlxFile) | |
| C# | |
|---|---|
public static IList<PodUpdate> Factory( Stream rdlxFile ) | |
| Managed Extensions for C++ | |
|---|---|
public: static IList<PodUpdate*>* Factory( Stream* rdlxFile ) | |
| C++/CLI | |
|---|---|
public: static IList<PodUpdate^>^ Factory( Stream^ rdlxFile ) | |
Parameters
- rdlxFile
- The UDT file to parse
Return Value
All Pods in the file.Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family