IDTSVariables100.Contains(Object) 메서드

정의

public:
 bool Contains(System::Object ^ Index);
[System.Runtime.InteropServices.DispId(1610743815)]
public bool Contains(object Index);
[<System.Runtime.InteropServices.DispId(1610743815)>]
abstract member Contains : obj -> bool
Public Function Contains (Index As Object) As Boolean

매개 변수

Index
Object

반품

인덱싱을 통해 컬렉션에 접근할 수 있다면 참(true)입니다; 그렇지 않으면 거짓입니다.

특성

설명

자세한 내용은 Variables를 참조하세요.

적용 대상