'DeclarationPublic ReadOnly Property Items As PDFListItemCollection
'UsageDim instance As PDFListField Dim value As PDFListItemCollection value = instance.Items
public PDFListItemCollection Items {get;}
public: __property PDFListItemCollection* get_Items();
public: property PDFListItemCollection^ Items { PDFListItemCollection^ get(); }