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

이 컬렉션의 항목입니다.

적용 대상