CollectionEditor.GetObjectsFromInstance(Object) 메서드

정의

지정된 개체를 포함하는 목록을 반환합니다.

protected:
 virtual System::Collections::IList ^ GetObjectsFromInstance(System::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 만들 개별 개체를 포함하는 값입니다.

적용 대상