In This Topic
Syntax
'Declaration
<__DynamicallyInvokableAttribute()>
Public Overloads Property Item( _
ByVal As System.Integer _
) As DicomContext
'Usage
Dim instance As DicomContextCollection
Dim index As System.Integer
Dim value As DicomContext
instance.Item(index) = value
value = instance.Item(index)
[__DynamicallyInvokable()]
public DicomContext Item(
System.int
) {get; set;}
public read-write property Item(
: System.Integer
): DicomContext;
__DynamicallyInvokableAttribute()
public function get,set Item(
: System.int
) : DicomContext
[__DynamicallyInvokable()]
public: __property DicomContext* get_Item(
System.int
);
public: __property void set_Item(
System.int ,
DicomContext* value
);
[__DynamicallyInvokable()]
public:
property DicomContext^ Item {
DicomContext^ get(System.int );
void set (System.int , DicomContext^ value);
}
Parameters
- index
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also