HandlerElementCollection.Remove Method (HandlerElement)

Removes the specified handler configuration element from a HandlerElementCollection.

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

Syntax

'Declaration
Public Sub Remove ( _
    handlerElement As HandlerElement _
)
public void Remove(
    HandlerElement handlerElement
)
public:
void Remove(
    HandlerElement^ handlerElement
)
member Remove : 
        handlerElement:HandlerElement -> unit
public function Remove(
    handlerElement : HandlerElement
)

Parameters

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4

See Also

Reference

HandlerElementCollection Class

Remove Overload

System.Xaml.Hosting.Configuration Namespace