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

Inheritance: IList, ICollection, IEnumerable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
DesignerOptionCollection System
EnsurePopulated void
IList bool
IList int
IList void
IList void
IList void
IList void
RecurseFindValue object
this objectIList.System

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

GetEnumerator() public méthode

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

IndexOf() public méthode

Returns the numerical index of the given value.
public IndexOf ( DesignerOptionCollection value ) : int
value DesignerOptionCollection
Résultat int

ShowDialog() public méthode

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

this() public méthode

Retrieves the child collection at the given index.
public this ( int index ) : DesignerOptionCollection
index int
Résultat DesignerOptionCollection

this() public méthode

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