Item Property (DicomLabelCollection)
[__DynamicallyInvokable()]
public DicomLabel this[
System.int
]; {get; set;}
public this: : DicomLabel;[
: System.Integer
]; read-write
__DynamicallyInvokableAttribute()
public this[
: System.int
] get,set : DicomLabel
[__DynamicallyInvokable()]
public: __property DicomLabel* get_Item System.int
;
public: __property void set_Item System.int ,
DicomLabel*
;
'Declaration
<__DynamicallyInvokableAttribute()>
Public Default Property Item( _
ByVal As System.Integer _
) As DicomLabel
'Usage
Dim instance As DicomLabelCollection
Dim index As System.Integer
Dim value As DicomLabel
instance.Item(index) = value
value = instance.Item(index)
Parameters
- index
Target Platforms: .NET CLR 4.8 or higher