バージョン

Exists メソッド (SelectedAppointmentsCollection)

特定のオブジェクトがコレクションにあるかどうかを決定します。
シンタックス
'宣言
 
Public Function Exists( _
   ByVal appointment As Appointment _
) As Boolean
public bool Exists( 
   Appointment appointment
)

パラメータ

appointment
検索するオブジェクト。

戻り値の型

オブジェクトがコレクションにある場合は True です。そうでない場合は False。
参照