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

このコレクションの項目。

適用対象