共用方式為


PropertyMetadata.OnApply(DependencyProperty, Type) 方法

定義

當這個 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

已套用這個 DependencyPropertyPropertyMetadata

targetType
Type

如果這個執行個體是型別特定的中繼資料,則為與這個中繼資料相關聯的型別。 如果這是預設的中繼資料,則這個值為 null 參考 (在 Visual Basic 中為 Nothing )。

備註

傳送通知表示這個中繼資料已套用至屬性,且已密封中繼資料。 這個常式在此實作中沒有任何作業。

適用於