HttpHandlerActionCollection.Item[Int32] Właściwość

Definicja

Pobiera lub ustawia element w tej kolekcji.

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

Indeks elementu.

Wartość właściwości

HttpHandlerAction

Wybrany HttpHandlerAction obiekt.

Uwagi

Tylko do użytku wewnętrznego.

Dotyczy