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 인터페이스입니다. 전달 된 값을 보고할 이벤트의 특정 종류를 식별 합니다.

적용 대상