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()

大文字と小文字を区別する名前のリストを返します。

適用対象