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

一種類型,可處理元數據更新,且應該在任何發生時收到通知。

適用於