CollectionEditor.GetObjectsFromInstance(Object) 方法

定义

返回包含给定对象的列表。

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

参数

instance
Object

作为对象返回的 ArrayList

返回

包含要创建的各个对象的 ArrayList

适用于