Item Property (DicomLabelCollection)
In This Topic
Syntax
'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)
[__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*
;
[__DynamicallyInvokable()]
public:
property DicomLabel^ default [int] {
DicomLabel^ get(System.int );
void set (System.int , DicomLabel^ value);
}
Parameters
- index
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also