DesignerOptionService.DesignerOptionCollection Class
Contains a collection of designer options. This class cannot be inherited.
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 | |
|---|---|---|
![]() | CopyTo(Array, Int32) | Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetEnumerator() | Returns an IEnumerator that can be used to iterate this collection. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IndexOf(DesignerOptionService.DesignerOptionCollection) | Returns the index of the first occurrence of a given value in a range of this collection. |
![]() | ShowDialog() | Displays a dialog box user interface (UI) with which the user can configure the options in this DesignerOptionService.DesignerOptionCollection. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IList.Add(Object) | Adds an item to the IList. |
![]() ![]() | IList.Clear() | Removes all items from the collection. |
![]() ![]() | IList.Contains(Object) | Determines whether the collection contains a specific value. |
![]() ![]() | IList.IndexOf(Object) | Determines the index of a specific item in the collection. |
![]() ![]() | IList.Insert(Int32, Object) | Inserts an item into the collection at the specified index. |
![]() ![]() | IList.Remove(Object) | Removes the first occurrence of a specific object from the collection. |
![]() ![]() | IList.RemoveAt(Int32) | Removes the collection item at the specified index. |
![]() ![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast(Of TResult)() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType(Of TResult)() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
The DesignerOptionService.DesignerOptionCollection class is a collection that contains other DesignerOptionService.DesignerOptionCollection objects. This forms a tree of options, with each branch of the tree having a name and a possible collection of properties. Each parent branch of the tree contains a union of the properties of all the child branches.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




