WebPartVerbCollection.Item[Int32] Property
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.
Gets a Web Parts verb from the collection at the specified index.
public:
property System::Web::UI::WebControls::WebParts::WebPartVerb ^ default[int] { System::Web::UI::WebControls::WebParts::WebPartVerb ^ get(int index); };
public System.Web.UI.WebControls.WebParts.WebPartVerb this[int index] { get; }
member this.Item(int) : System.Web.UI.WebControls.WebParts.WebPartVerb
Default Public ReadOnly Property Item(index As Integer) As WebPartVerb
Parameters
- index
- Int32
The index value of the Web Parts verb to be retrieved.
Property Value
A Web Parts verb from the collection.
Remarks
Use this property to get a Web Parts verb if you know the index of the verb in the collection. You can also use the Contains or the IndexOf method to locate a particular verb in the collection.
Applies to
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.