ITypeLibExporterNameProvider Arabirim

Tanım

Tür kitaplığına aktarıldığında adların büyük/küçük harf denetimi sağlar.

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
Öznitelikler

Açıklamalar

Tür kitaplığına aktarıldığında türlerin nasıl adlandırıldıklarını denetlemek için, bir nesnenin hem bu arabirimi hem de ITypeLibExporterNotifySinkuygulamasını gerekir. Ardından bu nesneyi son parametre olarak öğesine geçirirsiniz ConvertAssemblyToTypeLib.

Yöntemler

GetNames()

Büyük/küçük harflerini denetlemek için bir ad listesi döndürür.

Şunlara uygulanır