ITypeLibExporterNameProvider Schnittstelle

Definition

Bietet Kontrolle über die Groß-/Kleinschreibung von Namen, wenn sie in eine Typbibliothek exportiert werden.

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
Attribute

Hinweise

Um zu steuern, wie Typen benannt werden, wenn sie in eine Typbibliothek exportiert werden, muss ein Objekt diese Schnittstelle implementieren sowie ITypeLibExporterNotifySink. Anschließend übergeben Sie dieses Objekt als letzten Parameter an ConvertAssemblyToTypeLib.

Methoden

Name Beschreibung
GetNames()

Gibt eine Liste von Namen zurück, um die Groß-/Kleinschreibung zu steuern.

Gilt für: