Share via


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

適用対象