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
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| DependencyChainCollection() |
デフォルト構造体 |
| DependencyChainCollection(DependencyChainCollection) |
コピー コンストラクター |
プロパティ
| 名前 | 説明 |
|---|---|
| Item[Int32] |
インデックスで依存関係ノードを取得する |
メソッド
| 名前 | 説明 |
|---|---|
| Add(Dependency) |
厳密に型指定された Add 実装 |
| Contains(Dependency) |
厳密に型指定された Contains の実装 |
| CopyTo(Dependency[], Int32) |
厳密に型指定されたコピーの実装 |
| IndexOf(Dependency) |
厳密に型指定された IndexOf 実装 |
| Insert(Int32, Dependency) |
厳密に型指定された Insert の実装 |
| Remove(Dependency) |
厳密に型指定された Remove 実装 |