Role.GetDependents(Hashtable) 方法

定义

获取指定哈希表的依赖项。

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

参数

dependents
Hashtable

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

返回

指定哈希表的依赖项。

实现

注解

供内部使用。

适用于