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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.