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
。