HttpHandlerActionCollection.Item[Int32] Eigenschap

Definitie

Hiermee haalt u een item in deze verzameling op of stelt u dit in.

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

Parameters

index
Int32

De itemindex.

Waarde van eigenschap

Het HttpHandlerAction object geselecteerd.

Opmerkingen

Alleen intern gebruik.

Van toepassing op