ControlTemplate.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
。
在使用 ControlTemplate 上的 Control 之前,您必須藉由設定 Template 屬性,使 ControlTemplate 與 Control 相關聯。
備註
方法會使用下列規則:
templatedParent
不能是 型別 FrameworkContentElement 。templatedParent
不可以是 不是 Control 的類型 FrameworkElement 。templatedParent
不可以是 Control 未與 ControlTemplate 相關聯的 。