DependencyChainCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建模一個廣義的相依樹
[System.Runtime.InteropServices.ComVisible(false)]
public class DependencyChainCollection : System.Collections.ArrayList
[<System.Runtime.InteropServices.ComVisible(false)>]
type DependencyChainCollection = class
inherit ArrayList
Public Class DependencyChainCollection
Inherits ArrayList
- 繼承
-
DependencyChainCollection
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| DependencyChainCollection() |
預設建構器 |
| DependencyChainCollection(DependencyChainCollection) |
複製建構函式 |
屬性
| 名稱 | Description |
|---|---|
| Item[Int32] |
依索引取得相依節點 |
方法
| 名稱 | Description |
|---|---|
| Add(Dependency) |
強型別 Add 實作 |
| Contains(Dependency) |
強型別 Contains 實作 |
| CopyTo(Dependency[], Int32) |
強型別的複製實作 |
| IndexOf(Dependency) |
強型別 實作索引 |
| Insert(Int32, Dependency) |
強型別 Insert 實作 |
| Remove(Dependency) |
強型別 移除實作 |