MetadataUpdateHandlerAttribute(Type) Constructor

Definición

Inicializa el atributo.

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

Parámetros

handlerType
Type

Tipo que controla las actualizaciones de metadatos y que se debe notificar cuando se produzca cualquier evento.

Se aplica a