CollectionEditor.GetObjectsFromInstance(Object) Método

Definição

Retorna uma lista que contém o objeto fornecido.

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

Parâmetros

instance
Object

Um ArrayList retornado como um objeto.

Retornos

Uma ArrayList que contém os objetos individuais a serem criados.

Aplica-se a