ItemsPanelTemplate.ValidateTemplatedParent(FrameworkElement) Method
Definition
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 that the templated parent is a non-null ItemsPresenter object.
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)
Parameters
- templatedParent
- FrameworkElement
The element this template is applied to. This must be an ItemsPresenter object.
Exceptions
templatedParent
is null
.
templatedParent
is not an ItemsPresenter.
Remarks
The method uses the following rules:
The
templatedParent
cannot benull
.The
templatedParent
must be an ItemsPresenter.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.