다음을 통해 공유


MetadataUpdateHandlerAttribute(Type) 생성자

정의

특성을 초기화합니다.

public:
 MetadataUpdateHandlerAttribute(Type ^ handlerType);
public MetadataUpdateHandlerAttribute (Type handlerType);
new System.Reflection.Metadata.MetadataUpdateHandlerAttribute : Type -> System.Reflection.Metadata.MetadataUpdateHandlerAttribute
Public Sub New (handlerType As Type)

매개 변수

handlerType
Type

메타데이터 업데이트를 처리하고 발생할 때 알림을 받아야 하는 형식입니다.

적용 대상