DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomContextCollection Class / GetKeyForItem Method
The element from which to extract the key.



In This Topic
    GetKeyForItem Method
    In This Topic
    When implemented in a derived class, extracts the key from the specified element.
    Syntax
    '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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also

    Reference

    DicomContextCollection Class
    DicomContextCollection Members
    Base Implementation in GetKeyForItem