'Declaration Public Default Property Item( _
ByVal nameThe name of the element to get or set.As System.String _
) As PdfBasicObject
public PdfBasicObject this[
System.String name
]{ get; set; }
public: __property PdfBasicObject* get_Item(
System.String name
); public: __property void set_Item(
System.String name,
PdfBasicObject* value
);
public:
property PdfBasicObject^ default [System.Int32] { PdfBasicObject^ get(System.String name); void set(System.String name, PdfBasicObject^ value); }
Parameters
- name
- The name of the element to get or set.
Return Value
The element with the specified name.