InsertItem Method (DicomLabelCollection)
This is an override of the method in the base collection,
and would not normally be used by DicomObjects developers
protected override void InsertItem(
System.int ,
DicomLabel
)
protected procedure InsertItem(
: System.Integer;
: DicomLabel
); override;
protected override function InsertItem(
: System.int,
: DicomLabel
);
protected: void InsertItem(
System.int ,
DicomLabel*
) override
protected:
void InsertItem(
System.int ,
DicomLabel^
) override
'Declaration
Protected Overrides Sub InsertItem( _
ByVal As System.Integer, _
ByVal As DicomLabel _
)
'Usage
Dim instance As DicomLabelCollection
Dim index As System.Integer
Dim item As DicomLabel
instance.InsertItem(index, item)
Parameters
- index
- The location where the insert is occuring
- item
- The object being inserted
Target Platforms: .NET CLR 4.8 or higher