BindingElementCollection.Contains(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,這個值指出指定之型別的繫結項目是否屬於繫結項目的集合。
public:
bool Contains(Type ^ bindingElementType);
public bool Contains (Type bindingElementType);
override this.Contains : Type -> bool
Public Function Contains (bindingElementType As Type) As Boolean
參數
- bindingElementType
- Type
正在測試以加入集合中的繫結項目型別。
傳回
如果指定的繫結項目型別包含在集合中則為 true
,否則為 false
。
例外狀況
bindingElementType
為 null
。