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
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.