DesignerAutoFormatCollection.IList.Add(Object) Metoda

Definicja

Dodaje element do kolekcji, gdy DesignerAutoFormatCollection obiekt jest rzutowy do interfejsu IList .

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

Parametry

value
Object

A DesignerAutoFormat do dodania do elementu DesignerAutoFormatCollection.

Zwraca

Int32

Indeks dodanego elementu.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy DesignerAutoFormatCollection obiekt jest rzutowy do interfejsu IList .

Dotyczy

Zobacz też