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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.