ITypeLibExporterNameProvider Interface
.NET Framework (current version)
Provides control over the casing of names when exported to a type library.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetNames() | Returns a list of names to control the casing of. |
In order to control how types are named when exported to a type library, an object must implement this interface, as well as ITypeLibExporterNotifySink. You then pass this object as the last parameter to ConvertAssemblyToTypeLib.
.NET Framework
Available since 1.1
Available since 1.1
Show:
