HandlerElementCollection.Remove Method (String)

Removes the specified XAML root element from a HandlerElementCollection.

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

Syntax

'Declaration
Public Sub Remove ( _
    xamlRootElementType As String _
)
public void Remove(
    string xamlRootElementType
)
public:
void Remove(
    String^ xamlRootElementType
)
member Remove : 
        xamlRootElementType:string -> unit
public function Remove(
    xamlRootElementType : String
)

Parameters

  • xamlRootElementType
    Type: System.String

    The XAML root element to remove from the collection.

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4

See Also

Reference

HandlerElementCollection Class

Remove Overload

System.Xaml.Hosting.Configuration Namespace