ProxyWebPartConnectionCollection.Contains(WebPartConnection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value indicating whether a particular WebPartConnection object exists in the collection.
public:
bool Contains(System::Web::UI::WebControls::WebParts::WebPartConnection ^ value);
public bool Contains (System.Web.UI.WebControls.WebParts.WebPartConnection value);
member this.Contains : System.Web.UI.WebControls.WebParts.WebPartConnection -> bool
Public Function Contains (value As WebPartConnection) As Boolean
Parameters
- value
- WebPartConnection
A WebPartConnection being checked for its existence in a collection.
Returns
true
if value
exists in the collection; otherwise, false
.
Remarks
The Contains method enables you to check a particular WebPartConnection object and determine whether it is in a ProxyWebPartConnectionCollection collection.