ImporterEventKind 列舉

定義

描述型別程式庫匯入工具在匯入型別程式庫時進行的回呼 (Callback)。

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

欄位

ERROR_REFTOINVALIDTYPELIB 2

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

NOTIF_CONVERTWARNING 1

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

NOTIF_TYPECONVERTED 0

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

備註

類型程式庫匯入工具會將此列舉的值傳遞至 ReportEvent 物件的方法,該方法會執行 ITypeLibExporterNotifySink 介面。 傳遞的值會識別所報告的特定事件種類。

適用於