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

備註

使用這個方法來判斷物件是否 ConsumerConnectionPoint 包含在目前的 ConsumerConnectionPointCollection 集合中。 這個方法通常用來測試物件是否存在 ConsumerConnectionPoint ,再執行工作,例如將功能表項目加入集合或從集合中移除功能表項目。

適用於