DataSourceView.GetDependents(Hashtable) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將後續相依項目新增至指定的 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
要附加相依物件到其中的 Hashtable。
傳回
附加了相依項目的相依項目 Hashtable。
實作
備註
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。