MajorObject.GetReferences(Hashtable, Boolean) 메서드

정의

MajorObject에서 참조하는 개체를 가져옵니다.

public virtual System.Collections.Hashtable GetReferences (System.Collections.Hashtable references, bool forMajorChildrenAlso);
abstract member GetReferences : System.Collections.Hashtable * bool -> System.Collections.Hashtable
override this.GetReferences : System.Collections.Hashtable * bool -> System.Collections.Hashtable
Public Overridable Function GetReferences (references As Hashtable, forMajorChildrenAlso As Boolean) As Hashtable

매개 변수

references
Hashtable

참조를 추가할 Hashtable입니다.

forMajorChildrenAlso
Boolean

주요 자식도 참조하려면 true이고, 그렇지 않으면 false입니다.

반환

데이터 원본 참조가 추가된 개체가 포함된 참조 Hashtable입니다.

적용 대상