ConnectionInterfaceCollection.Contains(Type) メソッド

定義

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 valueConnectionInterfaceCollectionで見つかった場合は。それ以外の場合はfalse

適用対象