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.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("fa1f3615-acb9-486d-9eac-1bef87e36b09")]
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
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("fa1f3615-acb9-486d-9eac-1bef87e36b09")>]
type ITypeLibExporterNameProvider = interface
Public Interface ITypeLibExporterNameProvider
특성

설명

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

메서드

GetNames()

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

적용 대상