Udostępnij za pośrednictwem


Metoda ModelingBindingSource.Add —

Dodaje istniejący element do listy.Operacja zostanie wykonana wewnątrz transakcji.

Przestrzeń nazw:  Microsoft.VisualStudio.Modeling.Design
Zestaw:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (w Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Składnia

'Deklaracja
Public Overrides Function Add ( _
    value As Object _
) As Integer
public override int Add(
    Object value
)

Parametry

  • value
    Typ: System.Object
    Elementu, który ma być dodany do listy.

Wartość zwracana

Typ: System.Int32
Indeks od zera, w którym wartość został dodany do listy, reprezentowane przez właściwość System.Windows.Forms.BindingSource.List.

Implementuje

IList.Add(Object)

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ModelingBindingSource Klasa

Przestrzeń nazw Microsoft.VisualStudio.Modeling.Design