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)
- C#
- VB
- F#
bool Match(
Object obj,
string propertyName
)
Function Match (
obj As Object,
propertyName As String
) As Boolean
abstract Match :
obj : Object *
propertyName : string -> bool
Parameters
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