AvaloniaPropertyAccessorPlugin.

Match(object, string) Method

Summary

Checks whether this plugin can handle accessing the properties of the specified object.

Syntax

public bool Match(object obj, string propertyName)

Parameters

Name Type Description
obj object The object.
propertyName string The property name.

Return Value

Type Description
bool True if the plugin can handle the property on the object; otherwise false.