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
与此元数据关联的类型(如果此实例是类型特定的元数据)。 如果这是默认元数据,则此值为空引用(在 Visual Basic 中为 Nothing
)。
注解
发送有关此元数据已应用到属性并且正在密封元数据的通知。 此例程在该实现中不执行任何操作。