다음을 통해 공유


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

DependencyProperty가 적용된 PropertyMetadata입니다.

targetType
Type

이 인스턴스가 형식별 메타데이터인 경우 이 메타데이터와 연결된 형식입니다. 기본 메타데이터이면 이 값은 null 참조(Visual Basic의 경우 Nothing)입니다.

설명

이 메타데이터가 속성에 적용되었고 메타데이터가 봉인되고 있다는 알림을 보냅니다. 이 루틴은 이 구현에서 작동하지 않습니다.

적용 대상