Validation.SetErrorTemplate(DependencyObject, ControlTemplate) 方法

定义

ErrorTemplate 附加属性的值设置为指定的元素。

public:
 static void SetErrorTemplate(System::Windows::DependencyObject ^ element, System::Windows::Controls::ControlTemplate ^ value);
public static void SetErrorTemplate (System.Windows.DependencyObject element, System.Windows.Controls.ControlTemplate value);
static member SetErrorTemplate : System.Windows.DependencyObject * System.Windows.Controls.ControlTemplate -> unit
Public Shared Sub SetErrorTemplate (element As DependencyObject, value As ControlTemplate)

参数

element
DependencyObject

要对其设置 valueUIElementContentElement 对象。

value
ControlTemplate

用于在装饰器层上生成验证错误反馈的 ControlTemplate

例外

如果 elementnull

适用于