Compartilhar via


Interface ITypeLibExporterNotifySink

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Fornece um mecanismo de retorno de chamada para o conversor de assembly para informar o chamador do status da conversão e envolver o chamador no processo de conversão em si.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

[GuidAttribute("F1C3BF77-C3E4-11d3-88E7-00902754C43A")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[ComVisibleAttribute(true)]
public interface ITypeLibExporterNotifySink
[GuidAttribute("F1C3BF77-C3E4-11d3-88E7-00902754C43A")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[ComVisibleAttribute(true)]
public interface class ITypeLibExporterNotifySink
[<GuidAttribute("F1C3BF77-C3E4-11d3-88E7-00902754C43A")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<ComVisibleAttribute(true)>]
type ITypeLibExporterNotifySink = interface end
<GuidAttribute("F1C3BF77-C3E4-11d3-88E7-00902754C43A")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<ComVisibleAttribute(True)>
Public Interface ITypeLibExporterNotifySink

Métodos

Nome Descrição
System_CAPS_pubmethod ReportEvent(ExporterEventKind, Int32, String)

Notifica o chamador de que um evento ocorreu durante a conversão de um assembly.

System_CAPS_pubmethod ResolveRef(Assembly)

Pede ao usuário para resolver uma referência a outro assembly.

Comentários

Essa interface é usada no processo de conversão de um assembly gerenciado em uma biblioteca de tipos COM.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Namespace System.Runtime.InteropServices

Retornar ao início