ConnectionInterfaceCollection.Contains(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定 ConnectionInterfaceCollection 对象是否包含特定值。
public:
bool Contains(Type ^ value);
public bool Contains (Type value);
member this.Contains : Type -> bool
Public Function Contains (value As Type) As Boolean
参数
- value
- Type
要在 ConnectionInterfaceCollection 中查找的类型。
返回
如果在 true
中找到 value
,则为 ConnectionInterfaceCollection;否则为 false
。