Share via


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 内で検索する型。

戻り値

truevalue に存在する場合は ConnectionInterfaceCollection。それ以外の場合は false

適用対象