DesignerOptionService::DesignerOptionCollection Methods
Assembly: System (in System.dll)
| 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 | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
| 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. |


