ImporterEventKind 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
형식 라이브러리를 가져올 때 형식 라이브러리 가져오기에서 만드는 콜백에 대해 설명합니다.
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
- 상속
- 특성
필드
| Name | 값 | Description |
|---|---|---|
| NOTIF_TYPECONVERTED | 0 | 형식을 가져올 때 이벤트가 호출되도록 지정합니다. |
| NOTIF_CONVERTWARNING | 1 | 변환 중에 경고가 발생할 때 이벤트가 호출되도록 지정합니다. |
| ERROR_REFTOINVALIDTYPELIB | 2 | 이 속성은 이 버전의 .NET Framework에서 지원되지 않습니다. |
설명
형식 라이브러리 가져오기는 인터페이스를 구현하는 개체의 메서드에 ReportEvent 이 열거형의 값을 전달합니다 ITypeLibExporterNotifySink . 전달된 값은 보고되는 특정 종류의 이벤트를 식별합니다.