The GetItemsInfo Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Retrieves information about the items in the user store.| Visual Basic (Declaration) | |
|---|---|
Function GetItemsInfo() As ItemsInfo | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IStorageProvider Dim value As ItemsInfo value = instance.GetItemsInfo() | |
| C# | |
|---|---|
ItemsInfo GetItemsInfo() | |
| C++/CLI | |
|---|---|
ItemsInfo^ GetItemsInfo(); | |
Return Value
A strongly typed dataset Leadtools.Medical.Caching.ItemsInfo which contains information about the stored items.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code