DataTemplate.ValidateTemplatedParent(FrameworkElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
請依一組規則來檢查樣版化父代 (Parent)。
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
這個樣板要套用的項目。
備註
方法會使用下列規則:
templatedParent
必須是非 Null FrameworkElement 。DataTemplate必須套用至 ContentPresenter 。