CollectionEditor.GetObjectsFromInstance(Object) Metodo

Definizione

Restituisce un elenco contenente l'oggetto specificato.

protected:
 virtual System::Collections::IList ^ GetObjectsFromInstance(System::Object ^ instance);
protected virtual System.Collections.IList GetObjectsFromInstance (object instance);
protected virtual System.Collections.IList GetObjectsFromInstance (object? instance);
abstract member GetObjectsFromInstance : obj -> System.Collections.IList
override this.GetObjectsFromInstance : obj -> System.Collections.IList
Protected Overridable Function GetObjectsFromInstance (instance As Object) As IList

Parametri

instance
Object

ArrayList restituito sotto forma di oggetto.

Restituisce

Oggetto ArrayList contenente i singoli oggetti da creare.

Si applica a