In This Topic
Syntax
'Declaration
<__DynamicallyInvokableAttribute()>
Protected Sub ChangeItemKey( _
ByVal As DicomContext, _
ByVal 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 ,
System.byte
)
protected procedure ChangeItemKey(
: DicomContext;
: System.Byte
);
__DynamicallyInvokableAttribute()
protected function ChangeItemKey(
: DicomContext,
: System.byte
);
[__DynamicallyInvokable()]
protected: void ChangeItemKey(
DicomContext* ,
System.byte
)
[__DynamicallyInvokable()]
protected:
void ChangeItemKey(
DicomContext^ ,
System.byte
)
Parameters
- item
- newKey
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also