CollectionEditor::GetObjectsFromInstance Method (Object^)

 

Returns a list containing the given object

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

protected:
virtual IList^ GetObjectsFromInstance(
	Object^ instance
)

Parameters

instance
Type: System::Object^

An ArrayList returned as an object.

Return Value

Type: System.Collections::IList^

An ArrayList which contains the individual objects to be created.

.NET Framework
Available since 2.0
Return to top
Show: