다음을 통해 공유


ValueProviderDictionary.Contains 메서드

정의

값 공급자 컬렉션에 지정된 항목이 들어 있는지 확인합니다.

public bool Contains(System.Collections.Generic.KeyValuePair<string,System.Web.Mvc.ValueProviderResult> item);
abstract member Contains : System.Collections.Generic.KeyValuePair<string, System.Web.Mvc.ValueProviderResult> -> bool
override this.Contains : System.Collections.Generic.KeyValuePair<string, System.Web.Mvc.ValueProviderResult> -> bool
Public Function Contains (item As KeyValuePair(Of String, ValueProviderResult)) As Boolean

매개 변수

item
KeyValuePair<String,ValueProviderResult>

instance 찾을 ICollection<T> 개체입니다.

반환

값 공급자의 컬렉션에 가 있으면 item true이고, 그렇지 않으면 false입니다.

구현

적용 대상