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