FindRegistered(Type, String) Method
Finds a registered property on a type by name.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public AvaloniaProperty? FindRegistered(
Type type,
string name
)
Public Function FindRegistered (
type As Type,
name As String
) As AvaloniaProperty
member FindRegistered :
type : Type *
name : string -> AvaloniaProperty
Parameters
Return Value
AvaloniaProperty
The registered property or null if no matching property found.
Exceptions
InvalidOperationException | The property name contains a '.'. |
See Also
Reference
AvaloniaPropertyRegistry Class
FindRegistered Overload
Avalonia Namespace