PropertyDescriptorCollection Properties
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of property descriptors in the collection. |
![]() | Item[Int32] | Gets or sets the PropertyDescriptor at the specified index number. |
![]() | Item[String^] | Gets or sets the PropertyDescriptor with the specified name. |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::Count | Gets the number of elements contained in the collection. |
![]() ![]() | ICollection::IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). |
![]() ![]() | ICollection::SyncRoot | Gets an object that can be used to synchronize access to the collection. |
![]() ![]() | IDictionary::IsFixedSize | Gets a value indicating whether the IDictionary has a fixed size. |
![]() ![]() | IDictionary::IsReadOnly | Gets a value indicating whether the IDictionary is read-only. |
![]() ![]() | IDictionary::Item[Object^] | Gets or sets the element with the specified key. |
![]() ![]() | IDictionary::Keys | Gets an ICollection containing the keys of the IDictionary. |
![]() ![]() | IDictionary::Values | Gets an ICollection containing the values in the IDictionary. |
![]() ![]() | IList::IsFixedSize | Gets a value indicating whether the collection has a fixed size. |
![]() ![]() | IList::IsReadOnly | Gets a value indicating whether the collection is read-only. |
![]() ![]() | IList::Item[Int32] | Gets or sets an item from the collection at a specified index. |


