DesignerAutoFormatCollection.IList.Add(Object) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
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 .