TableRowCollection.Contains(TableRow) 메서드

정의

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

public:
 virtual bool Contains(System::Windows::Documents::TableRow ^ item);
public bool Contains (System.Windows.Documents.TableRow item);
abstract member Contains : System.Windows.Documents.TableRow -> bool
override this.Contains : System.Windows.Documents.TableRow -> bool
Public Function Contains (item As TableRow) As Boolean

매개 변수

item
TableRow

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

반환

Boolean

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

구현

적용 대상