DiagramItemsCollectionデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]()  | DiagramItemsCollection コンストラクタ | DiagramItemsCollection クラスの新しいインスタンスを初期化します。 | 
| 名前 | 解説 | |
|---|---|---|
![]()  | Count | Gets the number of elements actually contained in the Collection. System.Collections.ObjectModel.Collection<DiagramItem>から継承されます。 | 
![]()  | IsReadOnly | このインスタンスが読み取り専用かどうかを示す値を取得します。 | 
![]()  | Item | Gets or sets the element at the specified index. System.Collections.ObjectModel.Collection<DiagramItem>から継承されます。 | 
| 名前 | 解説 | |
|---|---|---|
![]()  | Items | Gets a IList wrapper around the Collection. System.Collections.ObjectModel.Collection<DiagramItem>から継承されます。 | 
| 名前 | 解説 | |
|---|---|---|
![]()  | BlockReentrancy | System.Collections.ObjectModel.ObservableCollection<DiagramItem>から継承されます。 | 
![]()  | CheckReentrancy | System.Collections.ObjectModel.ObservableCollection<DiagramItem>から継承されます。 | 
![]()  | ClearItems | オーバーライドされます。 このコレクションからすべての項目を削除します。 | 
![]()  | InsertItem | オーバーライドされます。 指定されたインデックスでこのコレクションに項目を挿入します。 | 
![]()  | MoveItem | オーバーライドされます。 指定されたインデックスにある項目を、コレクション内の新しい位置に移動します。 | 
![]()  | OnCollectionChanged | System.Collections.ObjectModel.ObservableCollection<DiagramItem>から継承されます。 | 
![]()  | OnPropertyChanged | System.Collections.ObjectModel.ObservableCollection<DiagramItem>から継承されます。 | 
![]()  | RemoveItem | オーバーライドされます。 コレクション内の指定したインデックスにある項目を削除します。 | 
![]()  | SetItem | オーバーライドされます。 指定したインデックスにある を返します。 |