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입니다.

적용 대상