Share via


HandlerElementCollection.Add Method

Adds a handler configuration element to a HandlerElementCollection.

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

Syntax

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

Parameters

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4

See Also

Reference

HandlerElementCollection Class

System.Xaml.Hosting.Configuration Namespace