The Count Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
The number of items stored for the specified user context.| Visual Basic (Declaration) | |
|---|---|
Function Count() As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IStorageProvider Dim value As Integer value = instance.Count() | |
| C# | |
|---|---|
int Count() | |
| C++/CLI | |
|---|---|
int Count(); | |
Return Value
The number of items in the user context store specified by name.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code