Method GetVisualElement
GetVisualElement(object)
Get the visual element for the MetadataFilter.
Declaration
public VisualElement GetVisualElement(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The MetadataFilter object to visualize. |
Returns
Type | Description |
---|---|
VisualElement | The visual element for the MetadataFilter. |
Implements
Exceptions
Type | Condition |
---|---|
ArgumentException | Thrown when the object is not a MetadataFilter. |