次の方法で共有


DiagramItemCollection クラス

定義

DiagramItem インスタンスのコレクション。 DiagramItem は、ダイアグラム上の ShapeElement、ShapeField、または ShapeSubField インスタンスを表し、ヒット テストや選択などに使用されます。

public ref class DiagramItemCollection : System::Collections::CollectionBase, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Modeling::Diagrams::DiagramItem ^>
public class DiagramItemCollection : System.Collections.CollectionBase, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem>
type DiagramItemCollection = class
    inherit CollectionBase
    interface seq<DiagramItem>
    interface IEnumerable
Public Class DiagramItemCollection
Inherits CollectionBase
Implements IEnumerable(Of DiagramItem)
継承
DiagramItemCollection
派生
実装

コンストラクター

DiagramItemCollection()

DiagramItemCollection クラスの新しいインスタンスを初期化します。

プロパティ

Item[Int32]

コレクション内の指定した位置にある DiagramItem を取得します。

メソッド

Add(DiagramItem)

特定の DiagramItem をコレクションに追加します。

Add(ICollection)

ICollection の DiagramItem を DiagramItemCollection の末尾に追加します。

Contains(DiagramItem)

DiagramItem がコレクション内にあるかどうかを判断します。

CopyTo(DiagramItem[], Int32)

選択範囲の DiagramItems を、特定の配列インデックスから配列にコピーします。

GetEnumerator()

このコレクションの DiagramItem 列挙子を取得します。

IndexOf(DiagramItem)

コレクション内の DiagramItem の 0 から始まるインデックスを返します。

Insert(Int32, DiagramItem)

指定したインデックス位置にあるコレクションに DiagramItem を挿入します。

Remove(DiagramItem)

コレクションから特定の DiagramItem の最初の出現箇所を削除します。

Remove(ICollection)

ICollection から指定した DiagramItems を削除します

拡張メソッド

EmptyIfNull<T>(IEnumerable<T>)

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

適用対象