ReadOnlyMetadataCollection<T>.GetValue(String, Boolean) 方法

定义

使用指定的标识从此集合中检索一个项。

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

要搜索的项的标识。

ignoreCase
Boolean

如果执行不区分大小写的搜索,则为 true;否则为 false

返回

T

此集合中的一个项。

适用于