次の方法で共有


ConsumerConnectionPointCollection.Contains(ConsumerConnectionPoint) メソッド

定義

指定した ConsumerConnectionPoint オブジェクトがコレクション内にあるかどうかを確認します。

public:
 bool Contains(System::Web::UI::WebControls::WebParts::ConsumerConnectionPoint ^ connectionPoint);
public bool Contains (System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint connectionPoint);
member this.Contains : System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint -> bool
Public Function Contains (connectionPoint As ConsumerConnectionPoint) As Boolean

パラメーター

connectionPoint
ConsumerConnectionPoint

検索対象のコネクション ポイント。

戻り値

コンシューマー接続ポイントがコレクションに格納されている場合は true。それ以外の場合は false

注釈

オブジェクトが現在ConsumerConnectionPointCollectionのコレクションに含まれているかどうかをConsumerConnectionPoint判断するには、このメソッドを使用します。 このメソッドは、通常、メニュー項目の追加やコレクションからのメニュー項目の ConsumerConnectionPoint 削除など、タスクを実行する前にオブジェクトの存在をテストするために使用されます。

適用対象