ComSourceInterfacesAttribute Construtores

Definição

Inicializa uma nova instância da classe ComSourceInterfacesAttribute.

Sobrecargas

ComSourceInterfacesAttribute(String)

Inicializa uma nova instância da classe ComSourceInterfacesAttribute com o nome da interface de origem do evento.

ComSourceInterfacesAttribute(Type)

Inicializa uma nova instância da classe ComSourceInterfacesAttribute com o tipo a ser usado como interface de origem.

ComSourceInterfacesAttribute(Type, Type)

Inicializa uma nova instância da classe ComSourceInterfacesAttribute com os tipos a serem usados como interfaces de origem.

ComSourceInterfacesAttribute(Type, Type, Type)

Inicializa uma nova instância da classe ComSourceInterfacesAttribute com os tipos a serem usados como interfaces de origem.

ComSourceInterfacesAttribute(Type, Type, Type, Type)

Inicializa uma nova instância da classe ComSourceInterfacesAttribute com os tipos a serem usados como interfaces de origem.

ComSourceInterfacesAttribute(String)

Origem:
ComSourceInterfacesAttribute.cs
Origem:
ComSourceInterfacesAttribute.cs
Origem:
ComSourceInterfacesAttribute.cs

Inicializa uma nova instância da classe ComSourceInterfacesAttribute com o nome da interface de origem do evento.

public ComSourceInterfacesAttribute (string sourceInterfaces);

Parâmetros

sourceInterfaces
String

Uma lista delimitada por valores nulos de nomes totalmente qualificados da interface de origem do evento.

Comentários

Use esse construtor para expor mais de quatro interfaces de origem de evento para clientes COM.

Aplica-se a

.NET 9 e outras versões
Produto Versões
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 2.0, 2.1
UWP 10.0

ComSourceInterfacesAttribute(Type)

Origem:
ComSourceInterfacesAttribute.cs
Origem:
ComSourceInterfacesAttribute.cs
Origem:
ComSourceInterfacesAttribute.cs

Inicializa uma nova instância da classe ComSourceInterfacesAttribute com o tipo a ser usado como interface de origem.

public ComSourceInterfacesAttribute (Type sourceInterface);

Parâmetros

sourceInterface
Type

O Type da interface de origem.

Comentários

Use esse construtor para expor uma única interface de origem de evento para clientes COM.

Aplica-se a

.NET 9 e outras versões
Produto Versões
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 2.0, 2.1
UWP 10.0

ComSourceInterfacesAttribute(Type, Type)

Origem:
ComSourceInterfacesAttribute.cs
Origem:
ComSourceInterfacesAttribute.cs
Origem:
ComSourceInterfacesAttribute.cs

Inicializa uma nova instância da classe ComSourceInterfacesAttribute com os tipos a serem usados como interfaces de origem.

public ComSourceInterfacesAttribute (Type sourceInterface1, Type sourceInterface2);

Parâmetros

sourceInterface1
Type

O Type da interface de origem padrão.

sourceInterface2
Type

O Type da interface de origem.

Comentários

Use esse construtor para expor duas interfaces de origem de evento para clientes COM.

Aplica-se a

.NET 9 e outras versões
Produto Versões
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 2.0, 2.1
UWP 10.0

ComSourceInterfacesAttribute(Type, Type, Type)

Origem:
ComSourceInterfacesAttribute.cs
Origem:
ComSourceInterfacesAttribute.cs
Origem:
ComSourceInterfacesAttribute.cs

Inicializa uma nova instância da classe ComSourceInterfacesAttribute com os tipos a serem usados como interfaces de origem.

public ComSourceInterfacesAttribute (Type sourceInterface1, Type sourceInterface2, Type sourceInterface3);

Parâmetros

sourceInterface1
Type

O Type da interface de origem padrão.

sourceInterface2
Type

O Type da interface de origem.

sourceInterface3
Type

O Type da interface de origem.

Comentários

Use esse construtor para expor três interfaces de origem do evento para clientes COM.

Aplica-se a

.NET 9 e outras versões
Produto Versões
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 2.0, 2.1
UWP 10.0

ComSourceInterfacesAttribute(Type, Type, Type, Type)

Origem:
ComSourceInterfacesAttribute.cs
Origem:
ComSourceInterfacesAttribute.cs
Origem:
ComSourceInterfacesAttribute.cs

Inicializa uma nova instância da classe ComSourceInterfacesAttribute com os tipos a serem usados como interfaces de origem.

public ComSourceInterfacesAttribute (Type sourceInterface1, Type sourceInterface2, Type sourceInterface3, Type sourceInterface4);

Parâmetros

sourceInterface1
Type

O Type da interface de origem padrão.

sourceInterface2
Type

O Type da interface de origem.

sourceInterface3
Type

O Type da interface de origem.

sourceInterface4
Type

O Type da interface de origem.

Comentários

Use esse construtor para expor quatro interfaces de origem de evento para clientes COM.

Aplica-se a

.NET 9 e outras versões
Produto Versões
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 2.0, 2.1
UWP 10.0