DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomContextCollection Class / ChangeItemKey Method






In This Topic
    ChangeItemKey Method
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Protected Sub ChangeItemKey( _
       ByVal item As DicomContext, _
       ByVal newKey As System.Byte _
    ) 
    'Usage
     
    
    Dim instance As DicomContextCollection
    Dim item As DicomContext
    Dim newKey As System.Byte
     
    instance.ChangeItemKey(item, newKey)
    [__DynamicallyInvokable()]
    protected void ChangeItemKey( 
       DicomContext item,
       System.byte newKey
    )
    protected procedure ChangeItemKey( 
        item: DicomContext;
        newKey: System.Byte
    ); 
    __DynamicallyInvokableAttribute()
    protected function ChangeItemKey( 
       item : DicomContext,
       newKey : System.byte
    );
    [__DynamicallyInvokable()]
    protected: void ChangeItemKey( 
       DicomContext* item,
       System.byte newKey
    ) 
    [__DynamicallyInvokable()]
    protected:
    void ChangeItemKey( 
       DicomContext^ item,
       System.byte newKey
    ) 

    Parameters

    item
    newKey
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also