WebPartDisplayModeCollection.Contains(WebPartDisplayMode) 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 WebPartDisplayMode object exists in the collection.
public:
bool Contains(System::Web::UI::WebControls::WebParts::WebPartDisplayMode ^ value);
public bool Contains (System.Web.UI.WebControls.WebParts.WebPartDisplayMode value);
member this.Contains : System.Web.UI.WebControls.WebParts.WebPartDisplayMode -> bool
Public Function Contains (value As WebPartDisplayMode) As Boolean
Parameters
- value
- WebPartDisplayMode
A WebPartDisplayMode being checked for its existence in a collection.
Returns
A Boolean value that indicates whether value
exists in the collection.
Remarks
The Contains method enables you to check a particular WebPartDisplayMode object and determine whether it is in a WebPartDisplayModeCollection object.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.