DesignerOptionService::DesignerOptionCollection Class
Contains a collection of designer options. This class cannot be inherited.
Assembly: System (in System.dll)
The DesignerOptionService::DesignerOptionCollection type exposes the following members.
| 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 | 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.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | Returns an IEnumerator that can be used to iterate this collection. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | Returns the index of the first occurrence of a given value in a range of this collection. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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 | Enables parallelization of a query. (Defined by ParallelEnumerable.) |
![]() | AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
![]() | Cast<TResult> | Converts 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 | |
|---|---|---|
![]() ![]() | 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::Add | Adds an item to the IList. |
![]() ![]() | IList::Clear | Removes all items from the collection. |
![]() ![]() | IList::Contains | Determines whether the collection contains a specific value. |
![]() ![]() | IList::IndexOf | Determines the index of a specific item in the collection. |
![]() ![]() | IList::Insert | Inserts an item into the collection at the specified index. |
![]() ![]() | 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 | Gets or sets the element at the specified index. |
![]() ![]() | IList::Remove | Removes the first occurrence of a specific object from the collection. |
![]() ![]() | IList::RemoveAt | Removes the collection item at the specified index. |
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

