'Declaration
Protected Overrides Function GetKeyForItem( _ ByVal Item As DicomContext _ ) As Byte
'Usage
Dim instance As DicomContextCollection Dim Item As DicomContext Dim value As Byte value = instance.GetKeyForItem(Item)
protected override byte GetKeyForItem( DicomContext Item )
protected: byte GetKeyForItem( DicomContext^ Item ) override
Parameters
- Item
- The element from which to extract the key.
Return Value
The key for the specified element.