ITypeLibExporterNameProvider Interface

Définition

Assure un contrôle sur la casse de noms lors de l'exportation dans une bibliothèque de types.

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
Attributs

Remarques

Pour contrôler la manière dont les types sont nommés lorsqu’ils sont exportés vers une bibliothèque de types, un objet doit implémenter cette interface, ainsi que ITypeLibExporterNotifySink . Vous transmettez ensuite cet objet en tant que dernier paramètre à ConvertAssemblyToTypeLib .

Méthodes

GetNames()

Retourne la liste des noms dont il faut contrôler la casse.

S’applique à