ReadOnlyMetadataCollection<T>.GetValue(String, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定的标识从此集合中检索一个项。
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
此集合中的一个项。