ImporterEventKind 列舉
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
描述型別程式庫匯入工具在匯入型別程式庫時進行的回呼 (Callback)。
public enum class ImporterEventKind
C#
[System.Serializable]
public enum ImporterEventKind
C#
[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
- 繼承
- 屬性
名稱 | 值 | Description |
---|---|---|
ERROR_REFTOINVALIDTYPELIB | 2 | 這個屬性在這個 .NET Framework 版本中不支援。 |
NOTIF_CONVERTWARNING | 1 | 指定在轉換時如發生警告會叫用事件。 |
NOTIF_TYPECONVERTED | 0 | 指定已經匯出型別時會叫用事件。 |
型別庫匯入工具會將這個列舉的值傳遞至 ReportEvent 實 ITypeLibExporterNotifySink 作 介面之物件的 方法。 傳遞的值會識別所報告的特定事件種類。
產品 | 版本 |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |