This documentation is archived and is not being maintained.

WebPartVerbCollection Members

Represents a collection of custom Web Parts verbs. This class cannot be inherited.

The WebPartVerbCollection type exposes the following members.

  NameDescription
Public method WebPartVerbCollection Overloaded. Initializes a new instance of the WebPartVerbCollection class.
Top

  NameDescription
Public method Contains Searches the Web Parts verb collection for the specified WebPartVerb object.
Public method CopyTo Copies elements of the collection to the specified array, starting at the specified index.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the ReadOnlyCollectionBase instance. (Inherited from ReadOnlyCollectionBase.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method IndexOf Searches for the specified Web Parts verb and returns the zero-based index of the first occurrence within the entire collection.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public field Static member Empty Specifies an empty collection that you can use instead of creating a new one. This static field is read-only.
Top

  NameDescription
Public property Count Gets the number of elements contained in the ReadOnlyCollectionBase instance. (Inherited from ReadOnlyCollectionBase.)
Protected property InnerList Gets the list of elements contained in the ReadOnlyCollectionBase instance. (Inherited from ReadOnlyCollectionBase.)
Public property Item Gets a Web Parts verb from the collection at the specified index.
Top

  NameDescription
Explicit interface implemetation Private method ICollection::CopyTo Copies the entire ReadOnlyCollectionBase to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from ReadOnlyCollectionBase.)
Explicit interface implemetation Private property ICollection::IsSynchronized Gets a value indicating whether access to a ReadOnlyCollectionBase object is synchronized (thread safe). (Inherited from ReadOnlyCollectionBase.)
Explicit interface implemetation Private property ICollection::SyncRoot Gets an object that can be used to synchronize access to a ReadOnlyCollectionBase object. (Inherited from ReadOnlyCollectionBase.)
Top
Show: