Role.GetDependents(Hashtable) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定哈希表的依赖项。
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
要将依赖对象追加到的哈希表。
返回
指定哈希表的依赖项。
实现
注解
供内部使用。