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)입니다.

설명

이 메타데이터가 속성에 적용되었으며 메타데이터가 봉인되고 있다는 알림을 보냅니다. 이 루틴은 이 구현에서 no-op.

적용 대상