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;否则为 false

属性

适用于