Item Property (DicomAttribute)
In This Topic
The default indexer.
Syntax
'Declaration
Public ReadOnly Default Property Item( _
ByVal As System.Integer _
) As System.Object
'Usage
Dim instance As DicomAttribute
Dim Index As System.Integer
Dim value As System.Object
value = instance.Item(Index)
public System.object this[
System.int
]; {get;}
public this: : System.TObject;[
: System.Integer
]; read-only
public this[
: System.int
] get : System.Object
public: __property System.Object* get_Item System.int
;
public:
property System.Object^ default [int] {
System.Object^ get(System.int );
}
Parameters
- Index
- The 1-based index of the component to return
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also