次の方法で共有


GraphSetterCollection クラス

定義

このクラスは、Setter オブジェクトのコレクションを操作するためのメソッドを提供します。

public ref class GraphSetterCollection : Microsoft::VisualStudio::GraphModel::IHasGraphOwner, System::Collections::Generic::ICollection<Microsoft::VisualStudio::GraphModel::Styles::GraphSetter ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::Styles::GraphSetter ^>
public class GraphSetterCollection : Microsoft.VisualStudio.GraphModel.IHasGraphOwner, System.Collections.Generic.ICollection<Microsoft.VisualStudio.GraphModel.Styles.GraphSetter>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.Styles.GraphSetter>
type GraphSetterCollection = class
    interface ICollection<GraphSetter>
    interface seq<GraphSetter>
    interface IEnumerable
    interface IHasGraphOwner
Public Class GraphSetterCollection
Implements ICollection(Of GraphSetter), IEnumerable(Of GraphSetter), IHasGraphOwner
継承
GraphSetterCollection
実装

コンストラクター

GraphSetterCollection(Graph)

指定されたグラフの新しいスタイル オブジェクトを作成します。

プロパティ

Count

コレクション内のセッターの数を返します。

Graph

このコレクションが属している Graph を取得します

IsReadOnly

System.Collections.Generic.ICollection が読み取り専用かどうかを示す値を取得します。

Owner

このコレクションが属している Graph を取得します

メソッド

Add(GraphSetter)

指定したセッターを追加します。

Clear()

セッターの一覧をクリアします。

Contains(GraphSetter)

Setter がこのコレクション内にあるかどうかを確認します

CopyTo(GraphSetter[], Int32)

System.Collections.Generic.ICollection の要素を、特定の System.Array インデックスから System.Array にコピーします。

Get(String)

プロパティ セッターを取得する

GetEnumerator()

IEnumerable<Setter> の実装

Remove(GraphSetter)

System.Collections.Generic.ICollection から特定のオブジェクトの最初の出現箇所を削除します。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

IEnumerable の実装

拡張メソッド

EmptyIfNull<T>(IEnumerable<T>)

null でない場合は、この列挙体を返します。 null の場合は、空の列挙を返します。

適用対象