ReadOnlyMetadataCollection<T>.GetValue(String, Boolean) メソッド

定義

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

public virtual T GetValue (string identity, bool ignoreCase);
abstract member GetValue : string * bool -> 'T
override this.GetValue : string * bool -> 'T
Public Overridable Function GetValue (identity As String, ignoreCase As Boolean) As T

パラメーター

identity
String

検索対象となる項目の ID。

ignoreCase
Boolean

大文字と小文字を区別せずに検索する場合は true、それ以外の場合は false。

戻り値

T

このコレクションから取得された項目。

適用対象