HandlerElementCollection.Item Property (Int32)

Gets the HTTP handler element at the specified index location in the handler element collection.

Namespace:  System.Xaml.Hosting.Configuration
Assembly:  System.Xaml.Hosting (in System.Xaml.Hosting.dll)

Syntax

'Declaration
Public Property Item ( _
    index As Integer _
) As HandlerElement
public HandlerElement this[
    int index
] { get; set; }
public:
property HandlerElement^ Item[int index] {
    HandlerElement^ get (int index);
    void set (int index, HandlerElement^ value);
}
member Item : 
        index:int -> HandlerElement with get, set
JScript does not support indexed properties.

Parameters

  • index
    Type: System.Int32

    An index location in a handler element collection.

Property Value

Type: System.Xaml.Hosting.Configuration.HandlerElement
A HandlerElement object.

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4

See Also

Reference

HandlerElementCollection Class

Item Overload

System.Xaml.Hosting.Configuration Namespace