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
。
注釈
オブジェクトが現在ConsumerConnectionPointCollectionのコレクションに含まれているかどうかをConsumerConnectionPoint判断するには、このメソッドを使用します。 このメソッドは、通常、メニュー項目の追加やコレクションからのメニュー項目の ConsumerConnectionPoint 削除など、タスクを実行する前にオブジェクトの存在をテストするために使用されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET