Validation.GetErrorTemplate(DependencyObject) 方法

定义

获取指定元素的 ErrorTemplate 附加属性的值。

public:
 static System::Windows::Controls::ControlTemplate ^ GetErrorTemplate(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.Controls.ControlTemplate GetErrorTemplate (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetErrorTemplate : System.Windows.DependencyObject -> System.Windows.Controls.ControlTemplate
Public Shared Function GetErrorTemplate (element As DependencyObject) As ControlTemplate

参数

element
DependencyObject

要从中读取值的 UIElementContentElement 对象。

返回

ControlTemplate

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

属性

例外

如果 elementnull

适用于