SetErrors Method
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static void SetErrors(
Control control,
IEnumerable<Object>? errors
)
Public Shared Sub SetErrors (
control As Control,
errors As IEnumerable(Of Object)
)
static member SetErrors :
control : Control *
errors : IEnumerable<Object> -> unit