The Item Property is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Gets an item from the cache.Visual Basic (Declaration) | |
---|---|
Public Overridable ReadOnly Default Property Item( _ ByVal id As String _ ) As Byte() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Cache Dim id As String Dim value() As Byte value = instance.Item(id) |
C++/CLI | |
---|---|
public: virtual property array<byte>^ default [String^] { array<byte>^ get(String^ id); } |
Parameters
- id
- A System.String that identifies the cache item to be retrieved.
Property Value
The item stored in the cache as an array of System.ByteIf the item specified by the id doesn't exists this property will throw an exception.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family