HandlerElementCollection.RemoveAt Method

Removes an element from a HandlerElementCollection at the specified index location.

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

Syntax

'Declaration
Public Sub RemoveAt ( _
    index As Integer _
)
public void RemoveAt(
    int index
)
public:
void RemoveAt(
    int index
)
member RemoveAt : 
        index:int -> unit
public function RemoveAt(
    index : int
)

Parameters

  • index
    Type: System.Int32

    The index location of the handler element to remove from the collection.

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4

See Also

Reference

HandlerElementCollection Class

System.Xaml.Hosting.Configuration Namespace