ControlTemplate.ValidateTemplatedParent(FrameworkElement) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks the templated parent against a set of rules.
protected:
override void ValidateTemplatedParent(System::Windows::FrameworkElement ^ templatedParent);
protected override void ValidateTemplatedParent(System.Windows.FrameworkElement templatedParent);
override this.ValidateTemplatedParent : System.Windows.FrameworkElement -> unit
Protected Overrides Sub ValidateTemplatedParent (templatedParent As FrameworkElement)
- templatedParent
- FrameworkElement
The element this template is applied to.
The templatedParent
must not be null
.
You must associate the ControlTemplate with a Control by setting the Template property before using the ControlTemplate on the Control.
The method uses the following rules:
The
templatedParent
cannot be of type FrameworkContentElement.The
templatedParent
cannot be of type FrameworkElement that is not a Control.The
templatedParent
cannot be a Control that is not associated with the ControlTemplate.
Продукт | Версии |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Отзыв о .NET
.NET — это проект с открытым исходным кодом. Выберите ссылку, чтобы оставить отзыв: