다음을 통해 공유


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에서 찾을 형식입니다.

반환

Boolean

truevalue에 있으면 ConnectionInterfaceCollection이고, 그렇지 않으면 false입니다.

적용 대상