Sdílet prostřednictvím


HttpHandlerActionCollection.Item[Int32] Vlastnost

Definice

Získá nebo nastaví položku v této kolekci.

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

Parametry

index
Int32

Index položky.

Hodnota vlastnosti

HttpHandlerAction

Vybraný HttpHandlerAction objekt.

Poznámky

Pouze interní použití.

Platí pro