DataSource.GetDependents(Hashtable) 方法

定义

将后续依赖项添加到指定的哈希表。

public override sealed System.Collections.Hashtable GetDependents (System.Collections.Hashtable dependents);
override this.GetDependents : System.Collections.Hashtable -> System.Collections.Hashtable
Public Overrides NotOverridable Function GetDependents (dependents As Hashtable) As Hashtable

参数

dependents
Hashtable

要将依赖对象追加到的哈希表。

返回

已追加依赖项的依赖项哈希表。

实现

注解

此 API 支持产品基础结构,不能在代码中直接使用。

适用于