ITypeLibExporterNameProvider 接口

当导出到类型库时提供名称大小写控制。

**命名空间:**System.Runtime.InteropServices
**程序集:**mscorlib(在 mscorlib.dll 中)

语法

声明
<GuidAttribute("FA1F3615-ACB9-486d-9EAC-1BEF87E36B09")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<ComVisibleAttribute(True)> _
Public Interface ITypeLibExporterNameProvider
用法
Dim instance As ITypeLibExporterNameProvider
[GuidAttribute("FA1F3615-ACB9-486d-9EAC-1BEF87E36B09")] 
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)] 
[ComVisibleAttribute(true)] 
public interface ITypeLibExporterNameProvider
[GuidAttribute(L"FA1F3615-ACB9-486d-9EAC-1BEF87E36B09")] 
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)] 
[ComVisibleAttribute(true)] 
public interface class ITypeLibExporterNameProvider
/** @attribute GuidAttribute("FA1F3615-ACB9-486d-9EAC-1BEF87E36B09") */ 
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */ 
/** @attribute ComVisibleAttribute(true) */ 
public interface ITypeLibExporterNameProvider
GuidAttribute("FA1F3615-ACB9-486d-9EAC-1BEF87E36B09") 
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) 
ComVisibleAttribute(true) 
public interface ITypeLibExporterNameProvider

备注

为了控制类型在导出到类型库时的命名方式,对象必须实现此接口以及 ITypeLibExporterNotifySink。然后将此对象作为最后一个参数传递给 ConvertAssemblyToTypeLib

平台

Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

ITypeLibExporterNameProvider 成员
System.Runtime.InteropServices 命名空间