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

定義

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

public:
 virtual T GetValue(System::String ^ identity, bool ignoreCase);
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

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

適用対象