ToolStripPanel.ToolStripPanelRowCollection.IList.Add(Object) Metoda

Definicja

Aby uzyskać opis tego elementu członkowskiego, zobacz Add(Object).

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

Parametry

value
Object

Element Object do dodania do elementu IList.

Zwraca

Int32

Indeks zera elementu do dodania.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy ToolStripPanel.ToolStripPanelRowCollection wystąpienie jest rzutowanie do interfejsu IList .

Dotyczy