Compartilhar via


Estrutura ELEMDESC.DESCUNION

 

Dica

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

Use System.Runtime.InteropServices.ComTypes.ELEMDESC.DESCUNION em seu lugar.

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

Sintaxe

[ComVisibleAttribute(false)]
public struct DESCUNION
[ComVisibleAttribute(false)]
public value struct DESCUNION
[<Sealed>]
[<ComVisibleAttribute(false)>]
type DESCUNION = struct end
<ComVisibleAttribute(False)>
Public Structure DESCUNION

Métodos

Nome Descrição
System_CAPS_pubmethod Equals(Object)

Indica se essa instância e um objeto especificado são iguais.(Herdado de ValueType.)

System_CAPS_pubmethod GetHashCode()

Retorna o código hash para essa instância.(Herdado de ValueType.)

System_CAPS_pubmethod GetType()

Obtém o Type da instância atual.(Herdado de Object.)

System_CAPS_pubmethod ToString()

Retorna o nome do tipo totalmente qualificado dessa instância.(Herdado de ValueType.)

Campos

Nome Descrição
System_CAPS_pubfield idldesc

Contém informações para comunicação remota com o elemento.

System_CAPS_pubfield paramdesc

Contém informações sobre o parâmetro.

Informações de Versão

.NET Framework
Disponível desde 1.1

Acesso thread-safe

Quaisquer membros estáticos públicos ( Compartilhado no Visual Basic) desse tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Confira Também

Namespace System.Runtime.InteropServices

Retornar ao início