Compartilhar via


Interface ITypeLibImporterNotifySink

 

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 biblioteca de tipos para informar o chamador do status da conversão e envolve o chamador no processo de conversão em si.

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

Sintaxe

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

Métodos

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

Notifica o chamador de que um evento ocorreu durante a conversão de uma biblioteca de tipos.

System_CAPS_pubmethod ResolveRef(Object)

Pede ao usuário para resolver uma referência a outra biblioteca de tipos.

Comentários

Essa interface é usada no processo de conversão de uma biblioteca de tipo para um assembly gerenciado.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Namespace System.Runtime.InteropServices

Retornar ao início