ProviderConnectionPointCollection.Contains(ProviderConnectionPoint) 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 ProviderConnectionPoint object exists in the collection.
public:
bool Contains(System::Web::UI::WebControls::WebParts::ProviderConnectionPoint ^ connectionPoint);
public bool Contains (System.Web.UI.WebControls.WebParts.ProviderConnectionPoint connectionPoint);
member this.Contains : System.Web.UI.WebControls.WebParts.ProviderConnectionPoint -> bool
Public Function Contains (connectionPoint As ProviderConnectionPoint) As Boolean
Parameters
- connectionPoint
- ProviderConnectionPoint
The ProviderConnectionPoint to search for.
Returns
true
if the provider connection point is contained in the collection; otherwise, false
.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.