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

適用於