WebPartDescriptionCollection.Contains(WebPartDescription) 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 control exists in the collection.
public:
bool Contains(System::Web::UI::WebControls::WebParts::WebPartDescription ^ value);
public bool Contains (System.Web.UI.WebControls.WebParts.WebPartDescription value);
member this.Contains : System.Web.UI.WebControls.WebParts.WebPartDescription -> bool
Public Function Contains (value As WebPartDescription) As Boolean
Parameters
- value
- WebPartDescription
A particular WebPartDescription.
Returns
A Boolean value that indicates whether a particular WebPartDescription exists in a WebPartDescriptionCollection.
Remarks
The Contains method enables you to determine whether a particular WebPartDescription object is part of a WebPartDescriptionCollection collection.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.