ImporterEventKind 열거형

정의

형식 라이브러리를 가져올 때 형식 라이브러리 가져오기에서 만드는 콜백에 대해 설명합니다.

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
특성

필드

Name Description
NOTIF_TYPECONVERTED 0

형식을 가져올 때 이벤트가 호출되도록 지정합니다.

NOTIF_CONVERTWARNING 1

변환 중에 경고가 발생할 때 이벤트가 호출되도록 지정합니다.

ERROR_REFTOINVALIDTYPELIB 2

이 속성은 이 버전의 .NET Framework에서 지원되지 않습니다.

설명

형식 라이브러리 가져오기는 인터페이스를 구현하는 개체의 메서드에 ReportEvent 이 열거형의 값을 전달합니다 ITypeLibExporterNotifySink . 전달된 값은 보고되는 특정 종류의 이벤트를 식별합니다.

적용 대상