Skip to main content

Match Method

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

Definition

Namespace: Avalonia.Data.Core.Plugins
Assembly: Avalonia.Base (in Avalonia.Base.dll)

bool Match(
Object obj,
string propertyName
)
View Source

Parameters

  Object
The object.
  String
The property name.

Return Value

Boolean
True if the plugin can handle the property on the object; otherwise false.

See Also

Reference

IPropertyAccessorPlugin Interface
Avalonia.Data.Core.Plugins Namespace