Freigeben über


HttpHandlerActionCollection.Item[Int32] Eigenschaft

Definition

Ruft ein Element in dieser Auflistung ab oder legt dieses fest.

public:
 property System::Web::Configuration::HttpHandlerAction ^ default[int] { System::Web::Configuration::HttpHandlerAction ^ get(int index); void set(int index, System::Web::Configuration::HttpHandlerAction ^ value); };
public System.Web.Configuration.HttpHandlerAction this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.HttpHandlerAction with get, set
Default Public Property Item(index As Integer) As HttpHandlerAction

Parameter

index
Int32

Der Elementindex.

Eigenschaftswert

HttpHandlerAction

Das ausgewählte HttpHandlerAction-Objekt.

Hinweise

Nur interne Verwendung.

Gilt für