C# Class System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection

Inheritance: IList, ICollection, IEnumerable
Mostra file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
DesignerOptionCollection System
EnsurePopulated void
IList bool
IList int
IList void
IList void
IList void
IList void
RecurseFindValue object
this objectIList.System

Public Methods

Method Description
CopyTo ( Array array, int index ) : void

Copies this collection to an array.

GetEnumerator ( ) : IEnumerator

Returns an enumerator that can be used to iterate this collection.

IndexOf ( DesignerOptionCollection value ) : int

Returns the numerical index of the given value.

ShowDialog ( ) : bool

Displays a dialog-based user interface that allows the user to configure the various options.

this ( int index ) : DesignerOptionCollection

Retrieves the child collection at the given index.

this ( string name ) : DesignerOptionCollection

Retrieves the child collection at the given name. The name search is case insensitive.

Private Methods

Method Description
DesignerOptionCollection ( DesignerOptionService service, DesignerOptionCollection parent, string name, object value ) : System

Creates a new DesignerOptionCollection.

EnsurePopulated ( ) : void

Called before any access to our collection to force it to become populated.

IList ( object value ) : bool

Private IList implementation.

IList ( object value ) : int

Private IList implementation.

IList ( ) : void

Private IList implementation.

IList ( int index ) : void

Private IList implementation.

IList ( int index, object value ) : void

Private IList implementation.

IList ( object value ) : void

Private IList implementation.

RecurseFindValue ( DesignerOptionCollection options ) : object

Locates the value object to use for getting or setting a property.

this ( int index ) : objectIList.System

Private IList implementation.

Method Details

CopyTo() public method

Copies this collection to an array.
public CopyTo ( Array array, int index ) : void
array System.Array
index int
return void

GetEnumerator() public method

Returns an enumerator that can be used to iterate this collection.
public GetEnumerator ( ) : IEnumerator
return IEnumerator

IndexOf() public method

Returns the numerical index of the given value.
public IndexOf ( DesignerOptionCollection value ) : int
value DesignerOptionCollection
return int

ShowDialog() public method

Displays a dialog-based user interface that allows the user to configure the various options.
public ShowDialog ( ) : bool
return bool

this() public method

Retrieves the child collection at the given index.
public this ( int index ) : DesignerOptionCollection
index int
return DesignerOptionCollection

this() public method

Retrieves the child collection at the given name. The name search is case insensitive.
public this ( string name ) : DesignerOptionCollection
name string
return DesignerOptionCollection