次の方法で共有


IDTSExecutables100.Contains(Object) メソッド

定義

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

パラメーター

Index
Object

戻り値

パラメーターとしてインデックスを使用してコレクション内の項目にアクセスできる場合は true。それ以外の場合は false。

属性

適用対象