TableRowGroupCollection.Contains(TableRowGroup) 메서드
정의
지정된 항목이 컬렉션에 있는지 여부를 쿼리합니다.Queries for the presence of a specified item in the collection.
public:
virtual bool Contains(System::Windows::Documents::TableRowGroup ^ item);
public bool Contains (System.Windows.Documents.TableRowGroup item);
abstract member Contains : System.Windows.Documents.TableRowGroup -> bool
override this.Contains : System.Windows.Documents.TableRowGroup -> bool
Public Function Contains (item As TableRowGroup) As Boolean
매개 변수
- item
- TableRowGroup
컬렉션에 있는지 여부를 쿼리할 항목입니다.An item to query for the presence of in the collection.
반환
지정된 항목이 컬렉션에 있으면 true
이고, 그렇지 않으면 false
입니다.true
if the specified item is present in the collection; otherwise, false
.