다음을 통해 공유


TextElementCollection<TextElementType>.Contains(TextElementType) 메서드

정의

지정된 항목이 컬렉션에 있는지 여부를 쿼리합니다.

public:
 virtual bool Contains(TextElementType item);
public bool Contains (TextElementType item);
abstract member Contains : 'extElementType -> bool
override this.Contains : 'extElementType -> bool
Public Function Contains (item As TextElementType) As Boolean

매개 변수

item
TextElementType

컬렉션에 있는지 여부를 쿼리할 항목입니다.

반환

Boolean

지정된 항목 이 컬렉션에 있으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상