DesignerOptionService::DesignerOptionCollection Properties
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of child option collections this DesignerOptionService::DesignerOptionCollection contains. |
![]() | Item[Int32] | Gets the child collection at the given index. |
![]() | Item[String^] | Gets the child collection at the given name. |
![]() | Name | Gets the name of this DesignerOptionService::DesignerOptionCollection. |
![]() | Parent | Gets the parent collection object. |
![]() | Properties | Gets the collection of properties offered by this DesignerOptionService::DesignerOptionCollection, along with all of its children. |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::IsSynchronized | Gets a value indicating whether access to the collection is synchronized and, therefore, thread safe. |
![]() ![]() | ICollection::SyncRoot | Gets an object that can be used to synchronize access to the collection. |
![]() ![]() | 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 the element at the specified index. |


