Aracılığıyla paylaş


Validation.SetErrorTemplate(DependencyObject, ControlTemplate) Yöntem

Tanım

Eklenen özelliğin ErrorTemplate değerini belirtilen öğeye ayarlar.

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)

Parametreler

element
DependencyObject

Ayarlanacağı UIElement value veya ContentElement nesnesi.

value
ControlTemplate

ControlTemplate Donatıcı katmanında doğrulama hatası geri bildirimi oluşturmak için kullanılacak.

Özel durumlar

ise element null.

Şunlara uygulanır