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

이 컬렉션의 항목입니다.

적용 대상