DesignerAutoFormatCollection.IList.Add(Object) Metodo

Definizione

Aggiunge un elemento all'insieme se si esegue il cast dell'oggetto DesignerAutoFormatCollection su un'interfaccia 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

Parametri

value
Object

Oggetto DesignerAutoFormat da aggiungere a DesignerAutoFormatCollection.

Restituisce

Int32

L'indice dell'elemento aggiunto.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere usato solo quando l'oggetto viene eseguito il cast in un'interfaccia DesignerAutoFormatCollection IList .

Si applica a

Vedi anche