ITypeLibExporterNameProvider 인터페이스

정의

형식 라이브러리로 내보낼 때 이름의 대/소문자에 대한 제어를 제공합니다.

public interface class ITypeLibExporterNameProvider
[System.Runtime.InteropServices.Guid("FA1F3615-ACB9-486d-9EAC-1BEF87E36B09")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ITypeLibExporterNameProvider
[System.Runtime.InteropServices.Guid("FA1F3615-ACB9-486d-9EAC-1BEF87E36B09")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface ITypeLibExporterNameProvider
[<System.Runtime.InteropServices.Guid("FA1F3615-ACB9-486d-9EAC-1BEF87E36B09")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ITypeLibExporterNameProvider = interface
[<System.Runtime.InteropServices.Guid("FA1F3615-ACB9-486d-9EAC-1BEF87E36B09")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ITypeLibExporterNameProvider = interface
Public Interface ITypeLibExporterNameProvider
특성

설명

형식 라이브러리로 내보낼 때 형식의 이름을 지정하는 방법을 제어하려면 개체가 이 인터페이스와 ITypeLibExporterNotifySink를 구현해야 합니다. 그런 다음 이 개체를 에 대한 마지막 매개 변수로 전달합니다 ConvertAssemblyToTypeLib.

메서드

GetNames()

대/소문자를 제어할 이름 목록을 반환합니다.

적용 대상