Share via


WsiProfilesElementCollection.ContainsKey(Object) メソッド

定義

指定したキーを持つ Boolean がコレクション内に存在するかどうかを示す WsiProfilesElement を返します。

public:
 bool ContainsKey(System::Object ^ key);
public bool ContainsKey (object key);
member this.ContainsKey : obj -> bool
Public Function ContainsKey (key As Object) As Boolean

パラメーター

key
Object

コレクション内で検索する WsiProfilesElement のキー。

戻り値

指定したキーの WsiProfilesElement がコレクションに含まれている場合は true。それ以外の場合は false

適用対象