ReadOnlyMetadataCollection<T> クラス

定義

MetadataCollection の読み取り専用ラッパーを表すクラス

public class ReadOnlyMetadataCollection<T> : System.Collections.ObjectModel.ReadOnlyCollection<T> where T : MetadataItem
type ReadOnlyMetadataCollection<'T (requires 'T :> MetadataItem)> = class
    inherit ReadOnlyCollection<'T (requires 'T :> MetadataItem)>
Public Class ReadOnlyMetadataCollection(Of T)
Inherits ReadOnlyCollection(Of T)

型パラメーター

T

このコレクション内の項目の種類

継承
ReadOnlyMetadataCollection<T>
派生

プロパティ

IsReadOnly

このコレクションが読み取り専用かどうかを示す値を取得します。

Item[String]

指定された ID を使用して、このコレクションから項目を取得します。

メソッド

Contains(String)

指定された ID の項目がコレクションに存在するかどうかを調べます。

GetEnumerator()

このコレクションを反復処理できる列挙子を返します。

GetValue(String, Boolean)

指定された ID を使用して、このコレクションから項目を取得します。

IndexOf(T)

このコレクション内の指定された値のインデックスを返します。

TryGetValue(String, Boolean, T)

指定された ID を使用して、このコレクションから項目を取得します。

適用対象