ConsumerConnectionPointCollection.Contains(ConsumerConnectionPoint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的 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 ,再執行工作,例如將功能表項目加入集合或從集合中移除功能表項目。