PropertyMetadata.OnApply(DependencyProperty, Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當這個 PropertyMetadata 套用至相依性屬性時提供處理。
protected:
virtual void OnApply(System::Workflow::ComponentModel::DependencyProperty ^ dependencyProperty, Type ^ targetType);
protected virtual void OnApply (System.Workflow.ComponentModel.DependencyProperty dependencyProperty, Type targetType);
abstract member OnApply : System.Workflow.ComponentModel.DependencyProperty * Type -> unit
override this.OnApply : System.Workflow.ComponentModel.DependencyProperty * Type -> unit
Protected Overridable Sub OnApply (dependencyProperty As DependencyProperty, targetType As Type)
參數
- dependencyProperty
- DependencyProperty
已套用這個 DependencyProperty 的 PropertyMetadata。
- targetType
- Type
如果這個執行個體是型別特定的中繼資料,則為與這個中繼資料相關聯的型別。 如果這是預設的中繼資料,則這個值為 null 參考 (在 Visual Basic 中為 Nothing
)。
備註
傳送通知表示這個中繼資料已套用至屬性,且已密封中繼資料。 這個常式在此實作中沒有任何作業。