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
)입니다.
설명
이 메타데이터가 속성에 적용되었고 메타데이터가 봉인되고 있다는 알림을 보냅니다. 이 루틴은 이 구현에서 작동하지 않습니다.