DataSource.GetReferences(Hashtable, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取该数据源引用的对象。
public override System.Collections.Hashtable GetReferences (System.Collections.Hashtable references, bool forMajorChildrenAlso);
override this.GetReferences : System.Collections.Hashtable * bool -> System.Collections.Hashtable
Public Overrides Function GetReferences (references As Hashtable, forMajorChildrenAlso As Boolean) As Hashtable
参数
- references
- Hashtable
要将引用追加到的哈希表。
- forMajorChildrenAlso
- Boolean
若要同时引用主要子级,则为 true;否则为 false。
返回
具有数据源引用追加的对象的引用哈希表。