Construtor ComEventInterfaceAttribute (Type, Type)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Inicializa uma nova instância da classe ComEventInterfaceAttribute com a interface de origem e a classe do provedor especificados.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
public ComEventInterfaceAttribute(
Type SourceInterface,
Type EventProvider
)
public:
ComEventInterfaceAttribute(
Type^ SourceInterface,
Type^ EventProvider
)
new :
SourceInterface:Type *
EventProvider:Type -> ComEventInterfaceAttribute
Public Sub New (
SourceInterface As Type,
EventProvider As Type
)
Parâmetros
SourceInterface
Type: System.TypeUm Type que contém a interface de origem original da biblioteca de tipos. COM usa essa interface para fazer o retorno de chamada para a classe gerenciada.
EventProvider
Type: System.TypeUm Type que contém a classe que implementa os métodos da interface do evento.
Informações de Versão
Plataforma Universal do Windows
Disponível desde 8
.NET Framework
Disponível desde 1.1
Biblioteca de Classes Portátil
Com suporte no: plataformas portáteis do .NET
Windows Phone
Disponível desde 8.1
Confira Também
Classe ComEventInterfaceAttribute
Namespace System.Runtime.InteropServices
Retornar ao início