ExporterEventKind 列舉

定義

描述類型程式庫匯出工具在匯出類型程式庫時進行的回呼。

public enum class ExporterEventKind
[System.Serializable]
public enum ExporterEventKind
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum ExporterEventKind
[<System.Serializable>]
type ExporterEventKind = 
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ExporterEventKind = 
Public Enum ExporterEventKind
繼承
ExporterEventKind
屬性

欄位

ERROR_REFTOINVALIDASSEMBLY 2

這個值在這個 .NET Framework 版本中不支援。

NOTIF_CONVERTWARNING 1

指定在轉換時如發生警告會叫用事件。

NOTIF_TYPECONVERTED 0

指定已經匯出型別時會叫用事件。

備註

型別程式庫匯出工具會將這個列舉的值傳遞至 ReportEvent 實作 ITypeLibExporterNotifySink 介面之 物件的 方法。 傳遞的值會識別所報告的特定事件種類。

適用於