System.Web.UI.WebControls.WebParts.WebPartVerbCollection Members

The members of System.Web.UI.WebControls.WebParts.WebPartVerbCollection are listed below.

See Also: Inherited members from System.Collections.ReadOnlyCollectionBase

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.WebParts.WebPartVerbCollection class.

Initializes a new instance of the System.Web.UI.WebControls.WebParts.WebPartVerbCollection class using the specified collection.

Initializes a new instance of the System.Web.UI.WebControls.WebParts.WebPartVerbCollection class using the specified collections.

Public Fields

static readonly
EmptyWebPartVerbCollection.

Specifies an empty collection that you can use instead of creating a new one. This static field is read-only.

Public Properties

[read-only]
default property
Item(int)WebPartVerb. Documentation for this section has not yet been entered.

Public Methods

Contains(WebPartVerb) : bool

Searches the Web Parts verb collection for the specified System.Web.UI.WebControls.WebParts.WebPartVerb object.

CopyTo(WebPartVerb[], int)

Copies elements of the collection to the specified array, starting at the specified index.

IndexOf(WebPartVerb) : int

Searches for the specified Web Parts verb and returns the zero-based index of the first occurrence within the entire collection.