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

メタデータの更新を処理し、発生したときに通知する必要がある型。

適用対象