GraphConditionCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このクラスは、Condition オブジェクトのコレクションを操作するためのメソッドを提供します。
public ref class GraphConditionCollection : Microsoft::VisualStudio::GraphModel::IHasGraphOwner, System::Collections::Generic::ICollection<Microsoft::VisualStudio::GraphModel::Styles::GraphCondition ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::Styles::GraphCondition ^>
public class GraphConditionCollection : Microsoft.VisualStudio.GraphModel.IHasGraphOwner, System.Collections.Generic.ICollection<Microsoft.VisualStudio.GraphModel.Styles.GraphCondition>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.Styles.GraphCondition>
type GraphConditionCollection = class
interface ICollection<GraphCondition>
interface seq<GraphCondition>
interface IEnumerable
interface IHasGraphOwner
Public Class GraphConditionCollection
Implements ICollection(Of GraphCondition), IEnumerable(Of GraphCondition), IHasGraphOwner
- 継承
-
GraphConditionCollection
- 実装
コンストラクター
GraphConditionCollection(Graph) |
指定されたグラフの新しい styles オブジェクトを作成します。 |
プロパティ
Count |
コレクション内のスタイルの数を返します。 |
Graph |
このコレクションが属する Graph を取得する |
IsReadOnly |
System.Collections.Generic.ICollection が読み取り専用かどうかを示す値を取得します。 |
Owner |
このコレクションが属する Graph を取得する |
メソッド
Add(GraphCondition) |
指定した条件を追加します。 |
Clear() |
条件の一覧をクリアします。 |
Contains(GraphCondition) |
指定した条件がこのスタイルの条件の一覧にあるかどうかを判断します。 |
CopyTo(GraphCondition[], Int32) |
System.Collections.Generic.ICollection の要素を、特定の System.Array インデックスから始まる System.Array にコピーします。 |
GetEnumerator() |
IEnumerable<条件> の実装 |
Insert(Int32, GraphCondition) |
指定した条件をリスト内の特定の場所に挿入します。 |
Remove(GraphCondition) |
System.Collections.Generic.ICollection から特定のオブジェクトの最初の出現箇所を削除します。 |
明示的なインターフェイスの実装
IEnumerable.GetEnumerator() |
IEnumberable 実装 |
拡張メソッド
EmptyIfNull<T>(IEnumerable<T>) |
null でない場合は、この列挙体を返します。 null の場合は、空の列挙を返します。 |