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

一种处理元数据更新并在发生任何更新时应发出通知的类型。

适用于